From 99ac1dc75628a90136b55f261a3e4966ed3a578b Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Tue, 15 Sep 2015 19:55:56 -0400 Subject: for whatever reason SCSS is messed up. Hard coded in css --- www/css/ionic.app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/css') diff --git a/www/css/ionic.app.css b/www/css/ionic.app.css index 56cb4efb..d4eb233a 100644 --- a/www/css/ionic.app.css +++ b/www/css/ionic.app.css @@ -6808,15 +6808,15 @@ progress { box-shadow: none; color: #fff; } .button.button-dark { - border-color: #111; + border-color: #008080; background-color: #008080; color: #fff; } .button.button-dark:hover { color: #fff; text-decoration: none; } .button.button-dark.active, .button.button-dark.activated { - border-color: #000; - background-color: #262626; + border-color: #008080; + background-color: #008080; box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1); } .button.button-dark.button-clear { border-color: transparent; -- cgit v1.2.3