From 50692c371dfb47082aff040307b42905f8fc0b0d Mon Sep 17 00:00:00 2001 From: Nicholas Terwoord Date: Sun, 27 Jan 2013 22:21:03 -0500 Subject: [PATCH] Changed button colors - By default, unpressed buttons are now a gray color --- styles/app/index.styl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/styles/app/index.styl b/styles/app/index.styl index 0c6cbd4475..a95d1edeea 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -43,6 +43,16 @@ html,body,p,h1,ul,li,table,tr,th,td color: #005580 background-color: #DEE5F2 +.dailys + .repeat-days > .btn:not(.active) + background-color: #aaa; + background-image: -moz-linear-gradient(top, #eee, #aaa); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#aaa)); + background-image: -webkit-linear-gradient(top, #eee, #aaa); + background-image: -o-linear-gradient(top, #eee, #aaa); + background-image: linear-gradient(to bottom, #eee, #aaa); + background-repeat: repeat-x; + .help-icon float:right;