Skip to content

Commit

Permalink
Merge pull request #96 from Bahmni/forms-css-changes
Browse files Browse the repository at this point in the history
Make disabled field text more visible
  • Loading branch information
umair-fayaz committed Aug 8, 2023
2 parents f92cce3 + 7fbc100 commit 7e38df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/bahmniAppsFormBuilder/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ $lightestGray: #eee;
&[disabled] {
background: #eee;
border: #ccc 1px solid;
color: #ccc;
color: #8d8d8d;
font-style: normal;
cursor: not-allowed;
}
Expand Down Expand Up @@ -455,7 +455,7 @@ $lightestGray: #eee;
}

.disabled-label {
color: grey;
color: #363463;
}

.hidden {
Expand Down

0 comments on commit 7e38df3

Please sign in to comment.