Browse Source

Fixes #1637, Progress bar does not include overrides

pull/1645/merge
jlukic 9 years ago
parent
commit
e36b993d9c
1 changed files with 3 additions and 1 deletions
  1. 4
      src/definitions/modules/progress.less

4
src/definitions/modules/progress.less

@ -432,4 +432,6 @@
} }
.ui.big.progress .bar { .ui.big.progress .bar {
height: @bigBarHeight; height: @bigBarHeight;
}
}
.loadUIOverrides();
Loading…
Cancel
Save