aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2008-12-22 19:28:48 +0000
committerScott Jehl <scott@scottjehl.com>2008-12-22 19:28:48 +0000
commit2f436836e7377aa7aa5c77ab85880613f8ac3d5b (patch)
treec8094407aa979758da8ec42fd1c7f5a4434ef13d
parent80feca9864b360eeb26a2f8dae7aa0d9215496b4 (diff)
downloadjquery-ui-2f436836e7377aa7aa5c77ab85880613f8ac3d5b.tar.gz
jquery-ui-2f436836e7377aa7aa5c77ab85880613f8ac3d5b.zip
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.
-rw-r--r--themes/base/ui.tabs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.tabs.css b/themes/base/ui.tabs.css
index 5f3306dcd..7099d666c 100644
--- a/themes/base/ui.tabs.css
+++ b/themes/base/ui.tabs.css
@@ -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; } \ No newline at end of file