Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Changed option theme default to "a".
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Apr 9, 2013
1 parent 08bcd6c commit 98b90c3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion js/widgets/forms/select.js
Expand Up @@ -20,7 +20,7 @@ $.widget( "mobile.selectmenu", $.mobile.widget, $.extend( {
shadow: true,
iconshadow: true,
overlayTheme: "a",
dividerTheme: "b",
dividerTheme: "a",
hidePlaceholderMenuItems: true,
closeText: "Close",
nativeMenu: true,
Expand Down
2 changes: 1 addition & 1 deletion js/widgets/listview.filter.js
Expand Up @@ -17,7 +17,7 @@ $.widget( "mobile.listview", $.mobile.listview, {
options: {
filter: false,
filterPlaceholder: "Filter items...",
filterTheme: "c",
filterTheme: "a",
filterReveal: false,
filterCallback: defaultFilterCallback
},
Expand Down
8 changes: 4 additions & 4 deletions js/widgets/listview.js
Expand Up @@ -18,12 +18,12 @@ $.widget( "mobile.listview", $.mobile.widget, $.extend( {

options: {
theme: null,
countTheme: "c",
headerTheme: "b",
dividerTheme: "b",
countTheme: "a",
headerTheme: "a",
dividerTheme: "a",
icon: "arrow-r",
splitIcon: "arrow-r",
splitTheme: "b",
splitTheme: "a",
corners: true,
shadow: true,
inset: false,
Expand Down
2 changes: 1 addition & 1 deletion js/widgets/page.js
Expand Up @@ -9,7 +9,7 @@ define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core" ], functi

$.widget( "mobile.page", $.mobile.widget, {
options: {
theme: "c",
theme: "a",
domCache: false,
keepNativeDefault: ":jqmData(role='none'), :jqmData(role='nojs')"
},
Expand Down
2 changes: 1 addition & 1 deletion js/widgets/panel.js
Expand Up @@ -30,7 +30,7 @@ $.widget( "mobile.panel", $.mobile.widget, {
animate: "ui-panel-animate"
},
animate: true,
theme: "c",
theme: "a",
position: "left",
dismissible: true,
display: "reveal", //accepts reveal, push, overlay
Expand Down

0 comments on commit 98b90c3

Please sign in to comment.