OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/assets/stylesheets/statistics.css

12 lines
527 B

.score { text-align: center; width: 1.5em; font-size: large; display: inline-block; }
.score_0 { background-color: #FF0000; }
.score_1 { background-color: #FF5300; }
.score_2 { background-color: #FF8100; }
.score_3 { background-color: #FFA100; }
.score_4 { background-color: #FFBB00; }
.score_5 { background-color: #FFD300; }
.score_6 { background-color: #FFEC00; }
.score_7 { background-color: #E9FB00; }
.score_8 { background-color: #B1F100; }
.score_9 { background-color: #74E600; }
.score_10 { background-color: #00CC00; }