diff --git a/src/theme.scss b/src/theme.scss index c9cd4c68f..e5c38b04b 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -108,6 +108,17 @@ $state-danger-border: $brand-danger; color: white; } +select.form-control { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + + background-image: url("data:image/svg+xml;utf8,"); + background-repeat: no-repeat; + background-position-x: 100%; + background-position-y: 5px; +} + input[type="checkbox"], input[type="radio"] { margin-top: 2px; } @@ -1865,7 +1876,6 @@ tag-input { } } - // ---------------------------- // Dark mode overrides // ---------------------------- @@ -1880,6 +1890,10 @@ tag-input { background-color: $backgroundLight; } + select.form-control { + background-image: url("data:image/svg+xml;utf8,"); + } + .navbar-default { background-color: $backgroundDark; border-color: $backgroundDark;