Skip to content

Commit

Permalink
Change input bg color for selects and checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoachimTillessen committed Nov 6, 2024
1 parent 727bbea commit db6405f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/global-styles/bootstrap-config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ $enable-negative-margins: true;
$table-bg: transparent;
$popover-max-width: 50vw;
$input-bg: $white;
$form-select-bg: $input-bg;
$form-check-input-bg: $input-bg;
$form-label-font-weight: $font-weight-bold;

$modal-xxxl: 90vw;
Expand Down

0 comments on commit db6405f

Please sign in to comment.