diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-08-12 11:42:51 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-08-26 19:49:00 +0200 |
commit | 2f30d3227f8af0a0c79b139f1cfbd334ca94e0d3 (patch) | |
tree | 45cab9e731c0a959a15e42c016324367e0f1a754 /core/css/styles.scss | |
parent | f630bd27f7ff881050a4ca516a96d00c8ba8afb6 (diff) | |
download | nextcloud-server-2f30d3227f8af0a0c79b139f1cfbd334ca94e0d3.tar.gz nextcloud-server-2f30d3227f8af0a0c79b139f1cfbd334ca94e0d3.zip |
Various fixes
- Fix user status dialog
- Add label where missing
- Move emoji picker inside input field (similar to talk)
- Fix selecting an emoji
- Fix multiselect
- Fix button with confirmation action
- Fix some other unrelated dark theme issues
- Fix select2 focus
- Run npm lint:fix
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r-- | core/css/styles.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index ca02d8d4553..ef6b06276c9 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1049,6 +1049,9 @@ span.ui-icon { &:not(button) { padding: 14px; } + img { + filter: var(--background-invert-if-dark); + } &:hover, &:active, @@ -1058,7 +1061,7 @@ span.ui-icon { } button.other-actions { - margin: 5px; + width: 44px; &:focus { border-color: transparent; |