mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix disabled buttons not showing icons
This commit is contained in:
parent
bae121b16d
commit
0b78db4750
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ input:disabled, input:disabled:hover, input:disabled:focus,
|
|||
button:disabled, button:disabled:hover, button:disabled:focus,
|
||||
.button:disabled, .button:disabled:hover, .button:disabled:focus,
|
||||
a.disabled, a.disabled:hover, a.disabled:focus {
|
||||
background: rgba(230,230,230,.9);
|
||||
background-color: rgba(230,230,230,.9);
|
||||
color: #999;
|
||||
cursor: default;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue