From ab39c6321c71ebd86d603b72580ae3e04c172e92 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 23 Apr 2014 19:02:02 -0400 Subject: [PATCH] Fixes inverted header styles --- src/definitions/elements/header.less | 36 ++++++++++++++-------------- src/definitions/elements/step.less | 0 2 files changed, 18 insertions(+), 18 deletions(-) mode change 100644 => 100755 src/definitions/elements/step.less diff --git a/src/definitions/elements/header.less b/src/definitions/elements/header.less index d6ff71ee7..44c1466db 100755 --- a/src/definitions/elements/header.less +++ b/src/definitions/elements/header.less @@ -253,40 +253,40 @@ h5.ui.header { --------------------*/ .ui.inverted.black.header { - background-color: @white !important; - color: @black !important; + background-color: @black !important; + color: @white !important; } .ui.inverted.blue.header { - background-color: @white !important; - color: @blue !important; + background-color: @blue !important; + color: @white !important; } .ui.inverted.green.header { - background-color: @white !important; - color: @green !important; + background-color: @green !important; + color: @white !important; } .ui.inverted.orange.header { - background-color: @white !important; - color: @orange !important; + background-color: @orange !important; + color: @white !important; } .ui.inverted.pink.header { - background-color: @white !important; - color: @pink !important; + background-color: @pink !important; + color: @white !important; } .ui.inverted.purple.header { - background-color: @white !important; - color: @purple !important; + background-color: @purple !important; + color: @white !important; } .ui.inverted.red.header { - background-color: @white !important; - color: @red !important; + background-color: @red !important; + color: @white !important; } .ui.inverted.teal.header { - background-color: @white !important; - color: @teal !important; + background-color: @teal !important; + color: @white !important; } .ui.inverted.yellow.header { - background-color: @white !important; - color: @yellow !important; + background-color: @yellow !important; + color: @white !important; } .ui.inverted.block.header { diff --git a/src/definitions/elements/step.less b/src/definitions/elements/step.less old mode 100644 new mode 100755