diff options
author | marco <marcoambrosini@pm.me> | 2021-10-19 17:52:13 +0200 |
---|---|---|
committer | marco <marcoambrosini@pm.me> | 2021-10-19 17:52:13 +0200 |
commit | 61cfe35a90e69fd96155d1ba52a4438ece4931bc (patch) | |
tree | 570fe363b55ec8a786a7c3240c7ee69ad44b6999 /core/css | |
parent | 1b16a136ebd8f63e09df061d383f34170e2cef35 (diff) | |
download | nextcloud-server-61cfe35a90e69fd96155d1ba52a4438ece4931bc.tar.gz nextcloud-server-61cfe35a90e69fd96155d1ba52a4438ece4931bc.zip |
Do notr make action icons too transparent
Signed-off-by: marco <marcoambrosini@pm.me>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/inputs.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 3b52ee8e635..e13fa45e087 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -215,7 +215,7 @@ input[type='reset'] { color: #fff !important; } } -button:not(.button-vue), .button:not(.button-vue) { +button:not(.button-vue):not(.action-button), .button:not(.button-vue) { > span { /* icon position inside buttons */ &[class^='icon-'], |