Skip to content

Commit b31c781

Browse files
committed
Reverted changes to document ballot colours -- the colours that came in with
the shimfree merge [5836] don't work as well for some kinds of colour-blindness. - Legacy-Id: 5839 Note: SVN reference [5836] has been migrated to Git commit cbfe489
1 parent b42703e commit b31c781

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

static/css/base2.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,12 @@ form table .help {
181181
.warning { color: #a00; }
182182

183183
.position-discuss,
184-
.position-block { background-color: #c00;}
185-
.position-yes { background-color: #0d0;}
186-
.position-noobj { background-color: #0d0;}
187-
.position-abstain { background-color: #ff0;}
188-
.position-recuse { background-color: #bbb;}
189-
.position-norecord { background-color: #fff;}
184+
.position-block { background-color: #c00000;}
185+
.position-yes { background-color: #80ff80;}
186+
.position-noobj { background-color: #80ff80;}
187+
.position-abstain { background-color: #ffff00;}
188+
.position-recuse { background-color: #c0c0c0;}
189+
.position-norecord { background-color: #ffffff;}
190190

191191
.ballot-icon table { empty-cells: show; padding: 0; border-spacing: 0; border: 1px solid #666; border-collapse: collapse; table-layout: fixed; min-width: 35px; background: #fff; }
192192
.ballot-icon table td { border: 1px solid #666; height: 7px; width: 6px; padding: 0;}

0 commit comments

Comments
 (0)