mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
Changed button colors
- By default, unpressed buttons are now a gray color
This commit is contained in:
parent
4fea719100
commit
50692c371d
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue