Skip to content

Commit

Permalink
Fixed styles for select in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
dyatlov-a committed Sep 28, 2024
1 parent 1800624 commit e6d3074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Inc.TeamAssistant.WebUI/wwwroot/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ html {
.form-control, select {
min-height: 45px;
font-size: 1rem;
-webkit-appearance: none;
}
.form-control:focus, .form-control_enabled:hover {
border: 3px solid #000;
Expand Down

0 comments on commit e6d3074

Please sign in to comment.