mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 04:51:46 -04:00
new line for css rule
This commit is contained in:
parent
5c31440dcd
commit
c9517c4fc8
1 changed files with 2 additions and 1 deletions
|
|
@ -122,7 +122,8 @@ input[type="submit"] img, input[type="button"] img, button img, .button img { cu
|
|||
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, textarea:disabled {
|
||||
a.disabled, a.disabled:hover, a.disabled:focus,
|
||||
textarea:disabled {
|
||||
background-color: rgba(230,230,230,.9);
|
||||
color: #999;
|
||||
cursor: default;
|
||||
|
|
|
|||
Loading…
Reference in a new issue