summaryrefslogtreecommitdiff
path: root/plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-06-29 11:10:19 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-06-29 11:10:19 +0000
commit361354f344fe2b982c84b449e4f9d0356bd14c60 (patch)
tree139446a9150500fa160afa40f88695623573b2de /plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css
parent39aba5f8452d1d98abac06568aedb1f1054c36e2 (diff)
Fix ui-widget-header on IE6; better style for ui-state-focus
git-svn-id: https://svn.roundcube.net/trunk@4888 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css')
-rwxr-xr-xplugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css b/plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css
index 7e1f21e9e..7f2d45a04 100755
--- a/plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css
+++ b/plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css
@@ -61,7 +61,7 @@
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #000000; }
.ui-widget-content a { color: #000000; }
-.ui-widget-header { border: 1px solid #999999; border-width: 0 0 1px 0; background: #f4f4f4 url(images/listheader.png) 50% 50% repeat-x; color: #333333; font-weight: bold; margin: -0.2em -0.2em 0 -0.2em; }
+.ui-widget-header { border: 1px solid #999999; border-width: 0 0 1px 0; background: #f4f4f4 url(images/listheader.png) 50% 50% repeat-x; color: #333333; font-weight: bold; margin: -0.2em -0.2em 0 -0.2em; width:auto !important; width:105%; }
.ui-widget-header a { color: #333333; }
/* Interaction states
@@ -72,7 +72,8 @@
.ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #a4a4a4; background: #a3a3a3 url(images/ui-bg_highlight-hard_90_a3a3a3_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; text-decoration: none; }
-.ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #c33; color: #c00; }
+.ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #c33; color: #a00; }
+.ui-tabs-nav .ui-state-focus { border: 1px solid #a4a4a4; color: #000000; }
.ui-widget :active { outline: none; }
/* Interaction Cues