Skip to content

Commit

Permalink
Merge pull request #26507 from qmonmert/angularquartz
Browse files Browse the repository at this point in the history
[Angular] Fix input fields style on Bootswatch Quartz theme
  • Loading branch information
DanielFran authored Jun 22, 2024
2 parents 27de8c9 + 6d6de94 commit 83cd26e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,11 @@ Generic styles
word-break: break-all;
}

<%_ if (clientThemeNone || clientTheme !== 'quartz') { _%>
.form-control {
background-color: #fff;
}
<%_ } _%>

.readonly {
background-color: #eee;
Expand Down

0 comments on commit 83cd26e

Please sign in to comment.