mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Do notr make action icons too transparent
Signed-off-by: marco <marcoambrosini@pm.me>
This commit is contained in:
parent
1b16a136eb
commit
61cfe35a90
1 changed files with 1 additions and 1 deletions
|
|
@ -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-'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue