]> source.dussan.org Git - jquery-ui.git/commitdiff
Tabs: a better cursor for selected and collapsible tabs
authorKlaus Hartl <klaus.hartl@googlemail.com>
Mon, 2 Feb 2009 21:16:31 +0000 (21:16 +0000)
committerKlaus Hartl <klaus.hartl@googlemail.com>
Mon, 2 Feb 2009 21:16:31 +0000 (21:16 +0000)
themes/base/ui.tabs.css

index 70ed3ef4a5f186ec49cb219f6cf93e5c95869f03..b0063a1d37ca9654dfb0eeb6602113cbe46a9242 100644 (file)
@@ -1,9 +1,11 @@
 /* Tabs
 ----------------------------------*/
-.ui-tabs {padding: .2em;}
+.ui-tabs { padding: .2em; }
 .ui-tabs .ui-tabs-nav { padding: .2em .2em 0 .2em;  position: relative; }
 .ui-tabs .ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; }
 .ui-tabs .ui-tabs-nav li a { display:block; text-decoration: none; padding: .5em 1em; }
 .ui-tabs .ui-tabs-nav li.ui-tabs-selected {  padding-bottom: .1em; border-bottom: 0; }
+.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { cursor: text; }
+.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
 .ui-tabs .ui-tabs-panel { padding: 1em 1.4em;  display: block; border: 0; background: none; }
 .ui-tabs .ui-tabs-hide { display: none !important; }
\ No newline at end of file