]> source.dussan.org Git - jquery-ui.git/commitdiff
UI Tabs: make sure panels are hidden
authorKlaus Hartl <klaus.hartl@googlemail.com>
Sun, 6 Jul 2008 15:08:06 +0000 (15:08 +0000)
committerKlaus Hartl <klaus.hartl@googlemail.com>
Sun, 6 Jul 2008 15:08:06 +0000 (15:08 +0000)
themes/flora/flora.tabs.css

index 4a73b1b40f44e4f54a394da42bf7c2c0ffca86aa..42a2117d0e2d9f27437f264c2a1d1541469b551a 100644 (file)
@@ -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;
     }
 }