Reverted position colour for dissucss to brand-danger, as in previous releases.
- Legacy-Id: 10580
This commit is contained in:
parent
4a2b2ef5e5
commit
527a1dd88a
|
@ -94,7 +94,7 @@ fieldset[disabled] .btn-pass.focus {
|
||||||
}
|
}
|
||||||
.position-discuss,
|
.position-discuss,
|
||||||
.position-block {
|
.position-block {
|
||||||
background-color: #f69f74;
|
background-color: #e12817;
|
||||||
}
|
}
|
||||||
.position-yes {
|
.position-yes {
|
||||||
background-color: #78d916;
|
background-color: #78d916;
|
||||||
|
@ -113,7 +113,7 @@ fieldset[disabled] .btn-pass.focus {
|
||||||
}
|
}
|
||||||
.position-discuss-row,
|
.position-discuss-row,
|
||||||
.position-block-row {
|
.position-block-row {
|
||||||
background-color: #fde4d8 !important;
|
background-color: #fddbd8 !important;
|
||||||
}
|
}
|
||||||
.position-yes-row {
|
.position-yes-row {
|
||||||
background-color: #e1ffc2 !important;
|
background-color: #e1ffc2 !important;
|
||||||
|
|
2
bootstrap/dist/css/bootstrap-theme.css.map
vendored
2
bootstrap/dist/css/bootstrap-theme.css.map
vendored
File diff suppressed because one or more lines are too long
2
bootstrap/dist/css/bootstrap-theme.min.css
vendored
2
bootstrap/dist/css/bootstrap-theme.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -94,7 +94,7 @@ fieldset[disabled] .btn-pass.focus {
|
||||||
}
|
}
|
||||||
.position-discuss,
|
.position-discuss,
|
||||||
.position-block {
|
.position-block {
|
||||||
background-color: #f69f74;
|
background-color: #e12817;
|
||||||
}
|
}
|
||||||
.position-yes {
|
.position-yes {
|
||||||
background-color: #78d916;
|
background-color: #78d916;
|
||||||
|
@ -113,7 +113,7 @@ fieldset[disabled] .btn-pass.focus {
|
||||||
}
|
}
|
||||||
.position-discuss-row,
|
.position-discuss-row,
|
||||||
.position-block-row {
|
.position-block-row {
|
||||||
background-color: #fde4d8 !important;
|
background-color: #fddbd8 !important;
|
||||||
}
|
}
|
||||||
.position-yes-row {
|
.position-yes-row {
|
||||||
background-color: #e1ffc2 !important;
|
background-color: #e1ffc2 !important;
|
||||||
|
|
2
bootstrap/dist/css/bootstrap.css.map
vendored
2
bootstrap/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
bootstrap/dist/css/bootstrap.min.css
vendored
2
bootstrap/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -124,7 +124,7 @@
|
||||||
|
|
||||||
|
|
||||||
.position-discuss,
|
.position-discuss,
|
||||||
.position-block { background-color: @brand-warning; }
|
.position-block { background-color: @brand-danger; }
|
||||||
.position-yes { background-color: @brand-success; }
|
.position-yes { background-color: @brand-success; }
|
||||||
.position-noobj { background-color: hsl(hue(@brand-success), 80%, 85%); }
|
.position-noobj { background-color: hsl(hue(@brand-success), 80%, 85%); }
|
||||||
.position-abstain { background-color: hsl(hue(@brand-primary), 80%, 70%); }
|
.position-abstain { background-color: hsl(hue(@brand-primary), 80%, 70%); }
|
||||||
|
@ -132,7 +132,7 @@
|
||||||
.position-norecord { background-color: @body-bg; }
|
.position-norecord { background-color: @body-bg; }
|
||||||
|
|
||||||
.position-discuss-row,
|
.position-discuss-row,
|
||||||
.position-block-row { background-color: hsl(hue(@brand-warning), 90%, 92%) !important ; }
|
.position-block-row { background-color: hsl(hue(@brand-danger), 90%, 92%) !important ; }
|
||||||
.position-yes-row { background-color: hsl(hue(@brand-success),100%, 88%) !important ; }
|
.position-yes-row { background-color: hsl(hue(@brand-success),100%, 88%) !important ; }
|
||||||
.position-noobj-row { background-color: hsl(hue(@brand-success), 80%, 97%) !important ; }
|
.position-noobj-row { background-color: hsl(hue(@brand-success), 80%, 97%) !important ; }
|
||||||
.position-abstain-row { background-color: hsl(hue(@brand-primary), 90%, 95%) !important ; }
|
.position-abstain-row { background-color: hsl(hue(@brand-primary), 90%, 95%) !important ; }
|
||||||
|
|
Loading…
Reference in a new issue