Appstore view toolbar dark mode fixes

This commit is contained in:
Johannes Zellner
2022-05-31 12:13:40 +02:00
parent 72829c7a54
commit fa78f6de76

View File

@@ -798,7 +798,7 @@ multiselect {
.appstore-toolbar {
position: fixed;
padding: 0;
background: $body-bg;
background: transparent;
z-index: 2;
padding-top: 20px;
padding-bottom: 15px;
@@ -2005,11 +2005,15 @@ tag-input {
$backgroundLight: #2b2b2e;
$backgroundDark: #1c1c1c;
body, .appstore-toolbar, .modal-content, .setup {
body, .modal-content, .setup {
color: $textColor;
background-color: $backgroundLight;
}
.appstore-toolbar {
color: $textColor;
}
select.form-control {
background-image: url("data:image/svg+xml;utf8,<svg fill='lightgray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}