From 0db70f795157a755bf6b0979755ff7ab3c755b58 Mon Sep 17 00:00:00 2001 From: rr- Date: Tue, 26 Jul 2016 19:57:41 +0200 Subject: [PATCH] client/css: stylize cursor of disabled elements --- client/css/forms.styl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/css/forms.styl b/client/css/forms.styl index 72c809e1..d580da47 100644 --- a/client/css/forms.styl +++ b/client/css/forms.styl @@ -183,6 +183,14 @@ input[type=password] background: $input-disabled-background-color color: $input-disabled-text-color +input[readonly], +input[readonly]+.radio, +input[readonly]+.checkbox, +input:disabled+.radio, +input:disabled+.checkbox, +input:disabled + cursor: not-allowed + div.tag-input min-height: 4.75em vertical-align: top