Colour tweak.
- Legacy-Id: 10600
This commit is contained in:
parent
bc3ea0d484
commit
22c7faef05
|
@ -136,7 +136,7 @@ fieldset[disabled] .btn-pass.focus {
|
|||
}
|
||||
/* like label-primary */
|
||||
#timeline .bar:nth-child(even) rect {
|
||||
fill: #54478e;
|
||||
fill: #6b5bad;
|
||||
}
|
||||
/* like label-warning */
|
||||
#timeline .gradient.left {
|
||||
|
|
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
File diff suppressed because one or more lines are too long
|
@ -136,7 +136,7 @@ fieldset[disabled] .btn-pass.focus {
|
|||
}
|
||||
/* like label-primary */
|
||||
#timeline .bar:nth-child(even) rect {
|
||||
fill: #54478e;
|
||||
fill: #6b5bad;
|
||||
}
|
||||
/* like label-warning */
|
||||
#timeline .gradient.left {
|
||||
|
|
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
2
bootstrap/dist/css/bootstrap.min.css.map
vendored
2
bootstrap/dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
|
@ -139,11 +139,13 @@
|
|||
.position-recuse-row { background-color: hsl(hue(@brand-primary), 90%, 95%) !important ; }
|
||||
.position-norecord-row { background-color: inherit; }
|
||||
|
||||
|
||||
|
||||
/* like label-success */
|
||||
#timeline .bar:nth-child(odd) rect { fill: desaturate(@label-success-bg, 30%); }
|
||||
|
||||
/* like label-primary */
|
||||
#timeline .bar:nth-child(even) rect { fill: @label-primary-bg; }
|
||||
#timeline .bar:nth-child(even) rect { fill: lighten(@label-primary-bg, 10%); }
|
||||
|
||||
/* like label-warning */
|
||||
#timeline .gradient.left { stop-color: @label-warning-bg; }
|
||||
|
|
Loading…
Reference in a new issue