r1217 - trunk/themes/base
Author: scottjehl
Date: Mon Dec 22 11:28:48 2008
New Revision: 1217
Modified:
trunk/themes/base/ui.tabs.css
Log:
overrode background on ui-tab-panel that is being set by ui-widget-content
class. The wrapper has this class as well, so all this panel needs of the
class is the text color.
Modified: trunk/themes/base/ui.tabs.css
==============================================================================
--- trunk/themes/base/ui.tabs.css (original)
+++ trunk/themes/base/ui.tabs.css Mon Dec 22 11:28:48 2008
@@ -5,5 +5,5 @@
.ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em
-1px 0; padding: 0; }
.ui-tabs-nav li a { display:block; text-decoration: none; padding: .5em
1em; }
.ui-tabs-nav li.ui-tabs-selected { padding-bottom: .1em; border-bottom:
0; }
-.ui-tabs-panel { padding: 1em 1.4em; display: block; border: 0; }
+.ui-tabs-panel { padding: 1em 1.4em; display: block; border: 0;
background: none; }
.ui-tabs-hide { display: none !important; }