diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss index 23f39fad3..5d554a69d 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss @@ -46,7 +46,6 @@ } } - small > svg { margin-top: -2px; } @@ -58,3 +57,7 @@ small > svg { font-size: 65%; } } + +.show .btn-outline-primary { + color: #fff; +} \ No newline at end of file diff --git a/src-ui/src/app/components/manage/settings/settings.component.html b/src-ui/src/app/components/manage/settings/settings.component.html index a2868af2c..6c4de58de 100644 --- a/src-ui/src/app/components/manage/settings/settings.component.html +++ b/src-ui/src/app/components/manage/settings/settings.component.html @@ -18,7 +18,7 @@
- @@ -33,7 +33,7 @@
- @@ -68,7 +68,7 @@
- diff --git a/src-ui/src/theme_dark.scss b/src-ui/src/theme_dark.scss index 9c6d2b1de..b7355ade9 100644 --- a/src-ui/src/theme_dark.scss +++ b/src-ui/src/theme_dark.scss @@ -332,6 +332,10 @@ $border-color-dark-mode: #47494f; } } + .form-select:not(.is-invalid):not(:disabled) { + border-color: $border-color-dark-mode; + } + .ng-select-container, .ng-select.ng-select-opened > .ng-select-container, .ng-dropdown-panel,