diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-11-11 19:41:51 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-11-11 19:41:51 +0100 |
commit | 5c31440dcd4207997df0b90d57b5c37b518444e0 (patch) | |
tree | e461f76785bf1669aea9e80bff6d64584c28fa5c /core | |
parent | 808634ac003c692e4bb8ff62f6bf882a7c83701c (diff) | |
download | nextcloud-server-5c31440dcd4207997df0b90d57b5c37b518444e0.tar.gz nextcloud-server-5c31440dcd4207997df0b90d57b5c37b518444e0.zip |
Disabled textareas should look like they are disabled
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 868829b1c58..9ad22766e6d 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -122,7 +122,7 @@ 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 { +a.disabled, a.disabled:hover, a.disabled:focus, textarea:disabled { background-color: rgba(230,230,230,.9); color: #999; cursor: default; |