|
|
@ -403,7 +403,7 @@ |
|
|
|
----------------*/ |
|
|
|
.ui.buttons.positive .button, |
|
|
|
.ui.button.positive { |
|
|
|
background-color: #A1CF64 !important; |
|
|
|
background-color: #5bbd72 !important; |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
.ui.buttons.positive .button.hover, |
|
|
@ -412,14 +412,14 @@ |
|
|
|
.ui.button.positive:hover, |
|
|
|
.ui.buttons.positive .button.active, |
|
|
|
.ui.button.positive.active { |
|
|
|
background-color: #89B84C !important; |
|
|
|
background-color: #5bbd72 !important; |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
.ui.buttons.positive .button.down, |
|
|
|
.ui.buttons.positive .button:active, |
|
|
|
.ui.button.positive.down, |
|
|
|
.ui.button.positive:active { |
|
|
|
background-color: #7AAA3D !important; |
|
|
|
background-color: #5bbd72 !important; |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
/*--------------- |
|
|
@ -427,7 +427,7 @@ |
|
|
|
----------------*/ |
|
|
|
.ui.buttons.negative .button, |
|
|
|
.ui.button.negative { |
|
|
|
background-color: #EF4D6D !important; |
|
|
|
background-color: #d95c5c !important; |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
.ui.buttons.negative .button.hover, |
|
|
@ -436,14 +436,14 @@ |
|
|
|
.ui.button.negative:hover, |
|
|
|
.ui.buttons.negative .button.active, |
|
|
|
.ui.button.negative.active { |
|
|
|
background-color: #DE3859 !important; |
|
|
|
background-color: #d95c5c !important; |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
.ui.buttons.negative .button.down, |
|
|
|
.ui.buttons.negative .button:active, |
|
|
|
.ui.button.negative.down, |
|
|
|
.ui.button.negative:active { |
|
|
|
background-color: #CD2D4D !important; |
|
|
|
background-color: #d95c5c !important; |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
/*------------------- |
|
|
|