aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorKlaus Hartl <klaus.hartl@googlemail.com>2009-02-18 21:44:34 +0000
committerKlaus Hartl <klaus.hartl@googlemail.com>2009-02-18 21:44:34 +0000
commit07809340c843f9cb6c0f8ad2d8d8746970ff09c9 (patch)
treeecbcc5930d8d46b8370bb51d7066c92c5da25098 /themes
parentc748a543c4faa4d116af5b830cd2fdf126e41a10 (diff)
downloadjquery-ui-07809340c843f9cb6c0f8ad2d8d8746970ff09c9.tar.gz
jquery-ui-07809340c843f9cb6c0f8ad2d8d8746970ff09c9.zip
Tabs: solved spinner issues and ajax loading not being stopped when selecting a static page tab, fixes #4109, #3929
Diffstat (limited to 'themes')
-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 ae67ad57a..dcd51b048 100644
--- a/themes/base/ui.tabs.css
+++ b/themes/base/ui.tabs.css
@@ -5,7 +5,7 @@
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: .1em; border-bottom-width: 0; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { cursor: text; }
+.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-processing 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-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }