Skip to content

Commit 1dd1eac

Browse files
committed
Changed the colours of the ballot grid so they are using the same palette as the rest of the site.
- Legacy-Id: 9453
1 parent d7d408f commit 1dd1eac

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

static/css/ietf.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,16 @@ label.required:after { content: "\2217"; color: #a94442; font-weight: bold; }
118118

119119
/* Styles needed for the ballot table */
120120
.position-discuss,
121-
.position-block { background-color: #d9534f; }
122-
.position-yes { background-color: #5cb85c; }
123-
.position-noobj { background-color: #5bc0de; }
124-
.position-abstain { background-color: #ec971f; }
121+
.position-block { background-color: #d4584d; } /* @alert-danger-bg */
122+
.position-yes { background-color: #67F72B; } /* @brand-success */
123+
.position-noobj { background-color: #D1F7C1; } /* lighten(@brand-success) */
124+
.position-abstain { background-color: #f6d73c; } /* darken(@brand-info) */
125125
.position-recuse { background-color: #808080; }
126126
.position-norecord { background-color: inherit; }
127127
.ballot-icon table td { border: 1px solid #ddd; height: 10px; width: 8px; }
128128
.ballot-icon table .my { border: 2px solid #000;}
129129
.ballot-icon table { margin: 0 0 10px 10px; }
130130

131-
/* Adjust the z-index of the ballot-icon tooltip so it doesn't obscure pop-over content */
132-
.ballot-icon:after { z-index: 1035; }
133131

134132
/* Style the right-hand page navigation affix used on some pages. */
135133

0 commit comments

Comments
 (0)