diff options
| -rw-r--r-- | www/css/ionic.app.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; |
