From 4641e77a914f9db80981f4b34d439dcca0005a12 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 30 Sep 2018 09:32:30 +0000 Subject: [PATCH] Update the style of JQuery dropdown menu (#24681). git-svn-id: http://svn.redmine.org/redmine/trunk@17539 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */