Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / tizen-gray / theme.js
1 (function( $, undefined ) {
2 //$.mobile.page.prototype.options.backBtnTheme  = "s";
3
4 // Clear default theme for child elements
5 $.mobile.page.prototype.options.headerTheme             = "s";
6 $.mobile.page.prototype.options.footerTheme             = "s";
7 //$.mobile.page.prototype.options.contentTheme  = "s";
8
9 // clear listview
10 $.mobile.listview.prototype.options.theme = "s";
11 $.mobile.listview.prototype.options.countTheme = "s";
12 $.mobile.listview.prototype.options.headerTheme = "s";
13 $.mobile.listview.prototype.options.dividerTheme = "s";
14 $.mobile.listview.prototype.options.splitTheme = "s";
15
16 //clear button theme
17 $.mobile.button.prototype.options.theme = "s";
18
19 // Default theme swatch
20 $.mobile.page.prototype.options.theme = "s";
21
22 })(jQuery);