Fixed dropdown color #260
This commit is contained in:
parent
75ad07477a
commit
61bf508cea
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "kdb-web",
|
"name": "kdb-web",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"update-version": "ts-node-esm update-version.ts",
|
"update-version": "ts-node-esm update-version.ts",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"ImprintURL": "https://www.sh-edraft.de/Impressum",
|
"ImprintURL": "https://www.sh-edraft.de/Impressum",
|
||||||
"WebVersion": {
|
"WebVersion": {
|
||||||
"Major": "1",
|
"Major": "1",
|
||||||
"Minor": "0",
|
"Minor": "1",
|
||||||
"Micro": "0"
|
"Micro": "0"
|
||||||
},
|
},
|
||||||
"Themes": [
|
"Themes": [
|
||||||
|
@ -353,6 +353,10 @@
|
|||||||
color: $primaryTextColor;
|
color: $primaryTextColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
|
||||||
|
color: $primaryTextColor !important;
|
||||||
|
}
|
||||||
|
|
||||||
.p-dropdown-panel {
|
.p-dropdown-panel {
|
||||||
background-color: $secondaryBackgroundColor !important;
|
background-color: $secondaryBackgroundColor !important;
|
||||||
|
|
||||||
|
@ -353,6 +353,10 @@
|
|||||||
color: $primaryTextColor;
|
color: $primaryTextColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
|
||||||
|
color: $primaryTextColor !important;
|
||||||
|
}
|
||||||
|
|
||||||
.p-dropdown-panel {
|
.p-dropdown-panel {
|
||||||
background-color: $primaryBackgroundColor !important;
|
background-color: $primaryBackgroundColor !important;
|
||||||
|
|
||||||
|
@ -357,6 +357,10 @@
|
|||||||
color: $primaryTextColor;
|
color: $primaryTextColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
|
||||||
|
color: $primaryTextColor !important;
|
||||||
|
}
|
||||||
|
|
||||||
.p-dropdown-panel {
|
.p-dropdown-panel {
|
||||||
background-color: $secondaryBackgroundColor !important;
|
background-color: $secondaryBackgroundColor !important;
|
||||||
|
|
||||||
|
@ -353,6 +353,10 @@
|
|||||||
color: $primaryTextColor;
|
color: $primaryTextColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
|
||||||
|
color: $primaryTextColor !important;
|
||||||
|
}
|
||||||
|
|
||||||
.p-dropdown-panel {
|
.p-dropdown-panel {
|
||||||
background-color: $primaryBackgroundColor !important;
|
background-color: $primaryBackgroundColor !important;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user