summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-12 19:18:11 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-14 22:07:07 +0200
commitf70b1c1b0d359e3a97532bdc00bf77516c6782c7 (patch)
tree45680125ac97fd75260a0dd4a3b481b8eb3cca71 /core
parentb400c29944fbbd52f4afc1584a75ec011cbb2067 (diff)
downloadnextcloud-server-f70b1c1b0d359e3a97532bdc00bf77516c6782c7.tar.gz
nextcloud-server-f70b1c1b0d359e3a97532bdc00bf77516c6782c7.zip
add .disabled class so it can be used for simple a buttons as well
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index e935e2c101d..97fe72d18e6 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -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;