Make the background color for platinum a little bit darker for people with bright displays.
Switch to using the name for 'gold' instead of a hex rgb color value.
This commit is contained in:
@@ -133,9 +133,9 @@ p.indent { padding-left: 1em; padding-right: 1em;}
|
||||
.committed { font-style: italic; color: gray; }
|
||||
|
||||
/* App Support status */
|
||||
.platinum { background-color: #EFEFEF; }
|
||||
.gold { background-color: #fff600; }
|
||||
.silver { background-color: silver; }
|
||||
.platinum { background-color: #ECECEC; }
|
||||
.gold { background-color: gold; }
|
||||
.silver { background-color: silver; }
|
||||
.bronze { background-color: #fcba0a; }
|
||||
.Garbage { background-color: #999966; }
|
||||
|
||||
|
||||
@@ -43,14 +43,14 @@ table.historyTable { border: 1px;
|
||||
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
|
||||
font-size: 12px; }
|
||||
|
||||
td.platinum { background-color: #EFEFEF; }
|
||||
td.gold { background-color: #fff600; }
|
||||
td.platinum { background-color: #ECECEC; }
|
||||
td.gold { background-color: gold; }
|
||||
td.silver { background-color: silver; }
|
||||
td.bronze { background-color: #fcba0a; }
|
||||
td.garbage { background-color: #999966; }
|
||||
|
||||
td.platinum { background-color: #EFEFEF; }
|
||||
tr.gold { background-color: #fff600; }
|
||||
td.platinum { background-color: #ECECEC; }
|
||||
tr.gold { background-color: gold; }
|
||||
tr.silver { background-color: silver; }
|
||||
tr.bronze { background-color: #fcba0a; }
|
||||
tr.garbage { background-color: #999966; }
|
||||
|
||||
Reference in New Issue
Block a user