Browse Source

Merge branch 'next' of github.com:Semantic-Org/Semantic-UI into next

pull/2308/merge
jlukic 10 years ago
parent
commit
91c97dbee4
2 changed files with 3 additions and 3 deletions
  1. 4
      src/definitions/elements/icon.less
  2. 2
      src/definitions/modules/progress.less

4
src/definitions/elements/icon.less

@ -249,7 +249,7 @@ i.olive.icon {
color: @olive !important;
}
i.inverted.olive.icon {
color: @lightGreen !important;
color: @lightOlive !important;
}
i.inverted.bordered.olive.icon,
i.inverted.circular.olive.icon {
@ -441,4 +441,4 @@ i.icons .inverted.corner.icon {
text-shadow: @cornerIconInvertedShadow;
}
.loadUIOverrides();
.loadUIOverrides();

2
src/definitions/modules/progress.less

@ -387,7 +387,7 @@
background-color: @olive;
}
.ui.olive.inverted.progress .bar {
background-color: @lightGreen;
background-color: @lightOlive;
}
/* Green */

Loading…
Cancel
Save