【问题标题】:Change the formatting of the search bar for a filtered list view更改过滤列表视图的搜索栏格式
【发布时间】:2014-01-27 19:52:24
【问题描述】:

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

【问题讨论】:

  • 请提供更多细节。

标签: jquery jquery-mobile styling


【解决方案1】:

listview 插件需要使用countTheme 选项。

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

See this

【讨论】:

  • 搜索栏不是countTheme。
  • 那个答案和这个问题完全没有关系。
  • 抱歉,伙计们认为您对此有点不满意。对不起,我的问题很模糊
【解决方案2】:

设法将其整理出来,使用 data-filter-theme 属性更改样式。我最终将其设置为 b

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-09-23
    相关资源
    最近更新 更多