diff options
Diffstat (limited to 'web/source/css')
-rw-r--r-- | web/source/css/base.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/source/css/base.css b/web/source/css/base.css index ae9724661..522820f15 100644 --- a/web/source/css/base.css +++ b/web/source/css/base.css @@ -130,10 +130,11 @@ main { } } - &:disabled { + &:disabled, + &.disabled { color: $white2; background: $gray2; - cursor: auto; + cursor: not-allowed; &:hover { background: $gray3; |