show disabled select boxes with a grey background and a "forbidden" cursor (#5742)

[ci skip]
pull/5744/head
Wieland Lindenthal 7 years ago committed by Oliver Günther
parent b4a4814a56
commit 82951533f6
  1. 5
      app/assets/stylesheets/content/_forms.sass

@ -524,6 +524,11 @@ select
&:hover, &:focus, &:active
border-color: #999
select
&[disabled=disabled]
background-color: $inplace-edit--bg-color--disabled
cursor: not-allowed
input[readonly].-clickable
cursor: pointer
background: white

Loading…
Cancel
Save