]> source.dussan.org Git - nextcloud-server.git/commitdiff
add .disabled class so it can be used for simple a buttons as well
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 12 Apr 2013 17:18:11 +0000 (19:18 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 14 Apr 2013 20:07:07 +0000 (22:07 +0200)
core/css/styles.css

index e935e2c101d306e6581ba6458a60e56b1c2a4d93..97fe72d18e6329a6f7f3b448378acdbeeba4cac4 100644 (file)
@@ -94,7 +94,8 @@ input[type="submit"] img, input[type="button"] img, button img, .button img { cu
 /* disabled input fields and buttons */
 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,
+a.disabled, a.disabled:hover, a.disabled:focus {
        background: rgba(230,230,230,.9);
        color: #999;
        cursor: default;