summaryrefslogtreecommitdiff
path: root/web/source/css
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2022-11-16 17:05:49 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-16 17:05:49 +0100
commitaa5c4e065c61bf30d7bd97579f6bfeecc71238bd (patch)
treedf6cb8f07b8d99c3924813c2d75799d33f6b9d77 /web/source/css
parent[chore] reversion: use specific columns for updating user again (#1059) (diff)
downloadgotosocial-aa5c4e065c61bf30d7bd97579f6bfeecc71238bd.tar.xz
[frogend] Emoji categories (#1051)
* emoji category combobox * emoji categorizing * dropdown entry separation * emoji filtering/sorting * add some explaining comments * remove unneeded default-value code * remove wrongly created package.json * configurable ComboBox label+placeHolder
Diffstat (limited to 'web/source/css')
-rw-r--r--web/source/css/base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/css/base.css b/web/source/css/base.css
index 1818d532b..760189be3 100644
--- a/web/source/css/base.css
+++ b/web/source/css/base.css
@@ -290,7 +290,7 @@ section.error {
font-weight: bold;
}
-input, select, textarea {
+input, select, textarea, .input {
box-sizing: border-box;
border: 0.15rem solid $input-border;
border-radius: 0.1rem;