summaryrefslogtreecommitdiff
path: root/web/source/css/base.css
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2022-11-25 15:49:48 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-25 15:49:48 +0100
commit665d902fd72ef4fffb273502b6f010a94a47e15b (patch)
tree8fb9eb7aec5cad2ccf96ae1ebe276f18ad0735c0 /web/source/css/base.css
parent[feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061) (diff)
downloadgotosocial-665d902fd72ef4fffb273502b6f010a94a47e15b.tar.xz
[feature/frogend] modify local emoji (#1143)
* update danger button red * emoji category and image modification * debug bundles in dev * fix linting error
Diffstat (limited to 'web/source/css/base.css')
-rw-r--r--web/source/css/base.css10
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;
}