diff options
author | Kris Borchers <kris.borchers@gmail.com> | 2013-08-11 19:16:41 -0500 |
---|---|---|
committer | Kris Borchers <kris.borchers@gmail.com> | 2013-08-11 19:16:41 -0500 |
commit | ec61e54e6fcfe33adab09d1ecad8db2edcbad4cc (patch) | |
tree | 1621f4ff0e398ba21defa824817caa8391756984 /themes | |
parent | a156c2cadc81acf0856feb95ad41fe5f1a38315e (diff) | |
parent | cceb163548eea78525a3a60ada95a5af6e3ddf25 (diff) | |
download | jquery-ui-ec61e54e6fcfe33adab09d1ecad8db2edcbad4cc.tar.gz jquery-ui-ec61e54e6fcfe33adab09d1ecad8db2edcbad4cc.zip |
Merge branch 'master' into selectmenu
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.theme.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.theme.css b/themes/base/jquery.ui.theme.css index 2c3004392..71bd15664 100644 --- a/themes/base/jquery.ui.theme.css +++ b/themes/base/jquery.ui.theme.css @@ -76,7 +76,11 @@ .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, -.ui-state-hover a:visited { +.ui-state-hover a:visited, +.ui-state-focus a, +.ui-state-focus a:hover, +.ui-state-focus a:link, +.ui-state-focus a:visited { color: #212121/*{fcHover}*/; text-decoration: none; } |