Fixed dropdown color #260

This commit is contained in:
2023-03-27 10:01:59 +02:00
parent 75ad07477a
commit 61bf508cea
6 changed files with 18 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"ImprintURL": "https://www.sh-edraft.de/Impressum",
"WebVersion": {
"Major": "1",
"Minor": "0",
"Minor": "1",
"Micro": "0"
},
"Themes": [

View File

@@ -353,6 +353,10 @@
color: $primaryTextColor;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
color: $primaryTextColor !important;
}
.p-dropdown-panel {
background-color: $secondaryBackgroundColor !important;

View File

@@ -353,6 +353,10 @@
color: $primaryTextColor;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
color: $primaryTextColor !important;
}
.p-dropdown-panel {
background-color: $primaryBackgroundColor !important;

View File

@@ -357,6 +357,10 @@
color: $primaryTextColor;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
color: $primaryTextColor !important;
}
.p-dropdown-panel {
background-color: $secondaryBackgroundColor !important;

View File

@@ -353,6 +353,10 @@
color: $primaryTextColor;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
color: $primaryTextColor !important;
}
.p-dropdown-panel {
background-color: $primaryBackgroundColor !important;