Colour tweak.

- Legacy-Id: 10600
This commit is contained in:
Henrik Levkowetz 2015-12-15 19:43:33 +00:00
parent bc3ea0d484
commit 22c7faef05
9 changed files with 11 additions and 9 deletions

View file

@ -136,7 +136,7 @@ fieldset[disabled] .btn-pass.focus {
} }
/* like label-primary */ /* like label-primary */
#timeline .bar:nth-child(even) rect { #timeline .bar:nth-child(even) rect {
fill: #54478e; fill: #6b5bad;
} }
/* like label-warning */ /* like label-warning */
#timeline .gradient.left { #timeline .gradient.left {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -136,7 +136,7 @@ fieldset[disabled] .btn-pass.focus {
} }
/* like label-primary */ /* like label-primary */
#timeline .bar:nth-child(even) rect { #timeline .bar:nth-child(even) rect {
fill: #54478e; fill: #6b5bad;
} }
/* like label-warning */ /* like label-warning */
#timeline .gradient.left { #timeline .gradient.left {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -139,11 +139,13 @@
.position-recuse-row { background-color: hsl(hue(@brand-primary), 90%, 95%) !important ; } .position-recuse-row { background-color: hsl(hue(@brand-primary), 90%, 95%) !important ; }
.position-norecord-row { background-color: inherit; } .position-norecord-row { background-color: inherit; }
/* like label-success */ /* like label-success */
#timeline .bar:nth-child(odd) rect { fill: desaturate(@label-success-bg, 30%); } #timeline .bar:nth-child(odd) rect { fill: desaturate(@label-success-bg, 30%); }
/* like label-primary */ /* 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 */ /* like label-warning */
#timeline .gradient.left { stop-color: @label-warning-bg; } #timeline .gradient.left { stop-color: @label-warning-bg; }