Browse Source

Merge pull request #2301 from lemartialou/patch-1

#2280 Update statistic.less
pull/2302/head
Jack Lukic 9 years ago
parent
commit
99456cea1d
1 changed files with 6 additions and 1 deletions
  1. 7
      src/definitions/views/statistic.less

7
src/definitions/views/statistic.less

@ -401,6 +401,11 @@
.ui.inverted.yellow.statistic > .value {
color: @lightYellow;
}
.ui.inverted.olive.statistics .statistic > .value,
.ui.statistics .inverted.olive.statistic > .value,
.ui.inverted.olive.statistic > .value {
color: @lightOlive;
}
.ui.inverted.green.statistics .statistic > .value,
.ui.statistics .inverted.green.statistic > .value,
.ui.inverted.green.statistic > .value {
@ -550,4 +555,4 @@
}
.loadUIOverrides();
.loadUIOverrides();
Loading…
Cancel
Save