Change color of money cost bar to a darker one to avoid accessibility issues
FEA: ItEr76S17MoneyCostMonitoringSystem
This commit is contained in:
parent
65fcc3e0f1
commit
065acc4a29
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 285 B |
|
|
@ -261,7 +261,7 @@ div.box.limiting-unassigned {
|
|||
.completionMoneyCostBar {
|
||||
width: 0%;
|
||||
height: 3px; /* zkTasklist.HEIGHT_PER_TASK / 2 */
|
||||
background-color: #1CFF81;
|
||||
background-color: #009900;
|
||||
border: 0px;
|
||||
margin-top: -9px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue