Skip to content

Commit

Permalink
Background gray for readonly inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
skyporter committed May 14, 2024
1 parent 77d2050 commit 0a1f6f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/bootstrap/fixes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,7 @@ a:not([href]):not([class])[type='button'] {
border-bottom: 0;
}
}

.form-control[readonly] {
background-color: var(--bs-secondary-bg);
}

0 comments on commit 0a1f6f9

Please sign in to comment.