Skip to content

Commit 22c7fae

Browse files
committed
Colour tweak.
- Legacy-Id: 10600
1 parent bc3ea0d commit 22c7fae

9 files changed

Lines changed: 11 additions & 9 deletions

bootstrap/dist/css/bootstrap-theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap-theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap-theme.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/dist/css/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/less/ietf.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,13 @@
139139
.position-recuse-row { background-color: hsl(hue(@brand-primary), 90%, 95%) !important ; }
140140
.position-norecord-row { background-color: inherit; }
141141

142+
143+
142144
/* like label-success */
143145
#timeline .bar:nth-child(odd) rect { fill: desaturate(@label-success-bg, 30%); }
144146

145147
/* like label-primary */
146-
#timeline .bar:nth-child(even) rect { fill: @label-primary-bg; }
148+
#timeline .bar:nth-child(even) rect { fill: lighten(@label-primary-bg, 10%); }
147149

148150
/* like label-warning */
149151
#timeline .gradient.left { stop-color: @label-warning-bg; }

0 commit comments

Comments
 (0)