Skip to content

Commit

Permalink
UI Tabs: make sure panels are hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Hartl committed Jul 6, 2008
1 parent 9c6efa2 commit 8814c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/flora/flora.tabs.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* Caution! Ensure accessibility in print and other media types... */ /* 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... */ @media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.ui-tabs-hide { .ui-tabs-hide {
display: none; display: none !important;
} }
} }


Expand Down

0 comments on commit 8814c8d

Please sign in to comment.