Skip to content

Commit

Permalink
Merge pull request #777 from dew326/missing-disabled-on-select
Browse files Browse the repository at this point in the history
EZP-29913: Missing disabled look and feel for some of the fields when translating Content Type
  • Loading branch information
Łukasz Serwatka committed Dec 21, 2018
2 parents bc0ff5d + 40ccb6d commit b5c9f75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/bundle/Resources/public/scss/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ img {
cursor: not-allowed;
}

select {
&.form-control:disabled,
&.form-control[disabled] {
opacity: 0.3;
}
}

.ez-info-view,
.ez-content-view,
.ez-content-type-view,
Expand Down

0 comments on commit b5c9f75

Please sign in to comment.