diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-09-30 09:32:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-09-30 09:32:30 +0000 |
commit | 4641e77a914f9db80981f4b34d439dcca0005a12 (patch) | |
tree | b1533783ace6a1c1f7d6c4ea651b7173c4cafff2 | |
parent | d3f044c734a1e0eb3f514251b2e9510a7942a9d6 (diff) | |
download | redmine-4641e77a914f9db80981f4b34d439dcca0005a12.tar.gz redmine-4641e77a914f9db80981f4b34d439dcca0005a12.zip |
Update the style of JQuery dropdown menu (#24681).
git-svn-id: http://svn.redmine.org/redmine/trunk@17539 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 073c37a19..07a020aa7 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1405,7 +1405,9 @@ img.filecontent.image {background-image: url(../images/transparent.png);} /* Custom JQuery styles */ .ui-datepicker-title select {width:70px !important; margin-top:-2px !important; margin-right:4px !important;} - +.ui-menu.ui-widget-content {background:#fff;} +.ui-menu .ui-menu-item:hover {font-weight:normal; color:#555; background:#759FCF; color:#fff !important; border:1px solid #759FCF;} +.ui-menu .ui-menu-item.ui-state-focus {font-weight:normal; color:#555; border-color:#759FCF;} /************* Rouge styles *************/ /* generated by: pygmentize -f html -a .syntaxhl -S colorful */ |