Fixed dropdown color #260
This commit is contained in:
parent
75ad07477a
commit
61bf508cea
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "kdb-web",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"update-version": "ts-node-esm update-version.ts",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"ImprintURL": "https://www.sh-edraft.de/Impressum",
|
||||
"WebVersion": {
|
||||
"Major": "1",
|
||||
"Minor": "0",
|
||||
"Minor": "1",
|
||||
"Micro": "0"
|
||||
},
|
||||
"Themes": [
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user