更改筛选列表视图的搜索栏格式

时间:2014-01-27 11:02:55

标签: jquery jquery-mobile styling

我需要更改过滤列表视图的搜索栏格式。蓝色默认值非常难看,并且看起来不像文本输入

2 个答案:

答案 0 :(得分:0)

您需要对listview插件使用countTheme选项。

$( document ).bind( "mobileinit", function(){
$.mobile.listview.prototype.options.countTheme = "a";
});

<强> See this

答案 1 :(得分:0)

管理以对其进行排序,使用data-filter-theme属性更改样式。我最终把它设置为b