client/css: stylize cursor of disabled elements
This commit is contained in:
parent
faf461419f
commit
0db70f7951
1 changed files with 8 additions and 0 deletions
|
@ -183,6 +183,14 @@ input[type=password]
|
||||||
background: $input-disabled-background-color
|
background: $input-disabled-background-color
|
||||||
color: $input-disabled-text-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
|
div.tag-input
|
||||||
min-height: 4.75em
|
min-height: 4.75em
|
||||||
vertical-align: top
|
vertical-align: top
|
||||||
|
|
Loading…
Reference in a new issue