Skip to content
Snippets Groups Projects
Commit a745901d authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #5810 from owncloud/disbaledtextareas

Disabled textareas should look like they are disabled
parents 735752f2 c9517c4f
Branches
No related tags found
No related merge requests found
...@@ -122,7 +122,8 @@ input[type="submit"] img, input[type="button"] img, button img, .button img { cu ...@@ -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, input:disabled, input:disabled:hover, input:disabled:focus,
button:disabled, button:disabled:hover, button:disabled:focus, button:disabled, button:disabled:hover, button: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); background-color: rgba(230,230,230,.9);
color: #999; color: #999;
cursor: default; cursor: default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment