1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-06 09:03:25 +00:00

Fix duplicate "color" attribute (#32890).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19473 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-01-28 02:55:26 +00:00
parent 2b1c981b3c
commit 9c820602ec

View File

@ -1615,7 +1615,7 @@ 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:hover {font-weight:normal; 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;}
/* Custom tribute styles */