File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments