Skip to content
Snippets Groups Projects
Commit c9c83c61 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

add .disabled class so it can be used for simple a buttons as well

parent f9e7d4ce
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,8 @@ input[type="submit"] img, input[type="button"] img, button img, .button img { cu ...@@ -98,7 +98,8 @@ input[type="submit"] img, input[type="button"] img, button img, .button img { cu
/* disabled input fields and buttons */ /* disabled input fields and buttons */
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 {
background: rgba(230,230,230,.9); background: 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.
Finish editing this message first!
Please register or to comment