aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorKlaus Hartl <klaus.hartl@googlemail.com>2008-07-06 15:08:06 +0000
committerKlaus Hartl <klaus.hartl@googlemail.com>2008-07-06 15:08:06 +0000
commit8814c8dc033a5732ce9cb908f3202773cfb356ac (patch)
treee62355a9a5ab719dfff7582335ba56436edf1a97 /themes
parent9c6efa220e98a3b2d1f9437d0e05d8b2831e8f42 (diff)
downloadjquery-ui-8814c8dc033a5732ce9cb908f3202773cfb356ac.tar.gz
jquery-ui-8814c8dc033a5732ce9cb908f3202773cfb356ac.zip
UI Tabs: make sure panels are hidden
Diffstat (limited to 'themes')
-rw-r--r--themes/flora/flora.tabs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flora/flora.tabs.css b/themes/flora/flora.tabs.css
index 4a73b1b40..42a2117d0 100644
--- a/themes/flora/flora.tabs.css
+++ b/themes/flora/flora.tabs.css
@@ -3,7 +3,7 @@
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.ui-tabs-hide {
- display: none;
+ display: none !important;
}
}