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-01 17:02:03 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-06-01 17:02:03 +0000
commitdce4c5bb18fb37eb97c3ea9a3c776b2151716dbc (patch)
tree9a5c74376e1f9980ef83ebd6930d9d8d7f3fdf45 /plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css
parent4d19f0bc1dc11672b9aaf13d5c4c32207fd727e5 (diff)
Visualize focus state
git-svn-id: https://svn.roundcube.net/trunk@4824 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.css3
1 files changed, 2 insertions, 1 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 f3fa82f5b..7e1f21e9e 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
@@ -72,6 +72,7 @@
.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-widget :active { outline: none; }
/* Interaction Cues
@@ -416,7 +417,7 @@
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }
-button.ui-button-text-only { background-image: url(images/buttongradient.png) !important; }
+button.ui-button-text-only, a.ui-button-text-only { background-image: url(images/buttongradient.png) !important; }
/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4; }