Skip to content

Commit

Permalink
Merge pull request #70 from ForEvolve/fix-form-control-plaintext-color
Browse files Browse the repository at this point in the history
Fix form control plaintext color
  • Loading branch information
Carl-Hugo authored Mar 24, 2024
2 parents 42ad882 + b085d46 commit 4c45b6a
Show file tree
Hide file tree
Showing 37 changed files with 595 additions and 994 deletions.
2 changes: 1 addition & 1 deletion dist/css/bootstrap-dark-prefers-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -2359,7 +2359,7 @@ select.form-control:focus::-ms-value {
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;
color: #212529;
color: #d3d3d3;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap-dark-prefers-light.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/bootstrap-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-light-prefers-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -11599,7 +11599,7 @@ a.text-themed:hover {
}

.form-control-plaintext {
color: #212529;
color: #d3d3d3;
background-color: transparent;
border: solid transparent;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap-light-prefers-dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-prefers-dark-color-only.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
background-color: #000
}
.form-control-plaintext {
color: #212529;
color: #d3d3d3;
background-color: transparent;
border: solid transparent
}
Expand Down
4 changes: 2 additions & 2 deletions dist/css/bootstrap-prefers-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-prefers-dark.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/css/toggle-bootstrap-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/toggle-bootstrap-dark.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 4c45b6a

Please sign in to comment.