mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-20 22:30:59 +00:00
made listviews default to C theme, now that any button theme will work
This commit is contained in:
parent
11b6f30eea
commit
d8977cf937
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
$.widget( "mobile.listview", $.mobile.widget, {
|
||||
options: {
|
||||
theme: "f",
|
||||
countTheme: "f",
|
||||
theme: "c",
|
||||
countTheme: "c",
|
||||
headerTheme: "b",
|
||||
dividerTheme: "b",
|
||||
splitTheme: "b",
|
||||
|
|
|
|||
Loading…
Reference in a new issue