diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-21 15:56:09 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-21 15:56:09 +0100 |
commit | 5e1775691ce503521745f6380cadb7a295bd681d (patch) | |
tree | ab38816a64f7576d727651c87857d894fdede868 /plugins/jqueryui/themes/larry | |
parent | b81e7e91a958cb7432ef3be67de380b868ab731b (diff) |
Adapt stylesheets to recent changes in jQuery UI 1.9
Diffstat (limited to 'plugins/jqueryui/themes/larry')
-rwxr-xr-x | plugins/jqueryui/themes/larry/jquery-ui-1.9.1.custom.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jqueryui/themes/larry/jquery-ui-1.9.1.custom.css b/plugins/jqueryui/themes/larry/jquery-ui-1.9.1.custom.css index 41989ff9c..01afcac0d 100755 --- a/plugins/jqueryui/themes/larry/jquery-ui-1.9.1.custom.css +++ b/plugins/jqueryui/themes/larry/jquery-ui-1.9.1.custom.css @@ -403,7 +403,7 @@ text-shadow: 0px 1px 1px #333; padding: 6px 10px 4px 10px; } -.ui-menu .ui-menu-item a.ui-state-hover, +.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; background: #00aad6; |