diff options
Diffstat (limited to 'web/source/css/base.css')
-rw-r--r-- | web/source/css/base.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/source/css/base.css b/web/source/css/base.css index 760189be3..73014de8d 100644 --- a/web/source/css/base.css +++ b/web/source/css/base.css @@ -172,6 +172,16 @@ main { } } + &:disabled { + color: $white2; + background: $gray2; + cursor: auto; + + &:hover { + background: $gray3; + } + } + &:hover { background: $button-hover-bg; } |