From 71fd49608bf1beda9215eddfad6abbef09a3870a Mon Sep 17 00:00:00 2001 From: Steven Walker Date: Sat, 22 Jun 2013 16:11:48 -0400 Subject: [PATCH] changing colors of positive and negative btns Former-commit-id: 0663b65b6ac313db4a64ddd151c68c19f72c4d79 Former-commit-id: 2c94e5b2f47b08547abf87faf2172a01ab04c51d --- .../files/components/semantic/elements/button.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/node/src/files/components/semantic/elements/button.css b/node/src/files/components/semantic/elements/button.css index 019f34e5e..1d17a3f0c 100644 --- a/node/src/files/components/semantic/elements/button.css +++ b/node/src/files/components/semantic/elements/button.css @@ -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; } /*-------------------