Merge pull request #242 from nt3rp/make-day-more-obvious

Changed button colors
This commit is contained in:
Tyler Renelle 2013-01-28 11:53:00 -08:00
commit 359e979252

View file

@ -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;