From 8a345d190fc6e4a998fc9d742b8c86d13b58f0b3 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 23 Jul 2013 18:55:44 -0400 Subject: [PATCH] fixes toggle color Former-commit-id: a980ac403d72314a744688d3eb9905673b93d436 Former-commit-id: 08cccadf8ccda15b8607af269b551b2eae10ae0b --- src/elements/button.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/elements/button.less b/src/elements/button.less index 278c70f72..a7b8eb6b5 100755 --- a/src/elements/button.less +++ b/src/elements/button.less @@ -767,14 +767,14 @@ .ui.toggle.buttons .button.active, .ui.buttons .button.toggle.active, .ui.button.toggle.active { - background-color: #BBF0A9; - color: #1C8C21; + background-color: #7BA74E; + color: #FFFFFF; } .ui.buttons.toggle .ui.button.active.hover, .ui.buttons .ui.button.toggle.active.hover, .ui.button.toggle.active.hover { color: #FFFFFF; - background-color: #BBF0A9; + background-color: #89BF52; } /*--------------