1
0
Fork 0

Fix ng select theme

This commit is contained in:
Chocobozzz 2021-01-20 10:59:47 +01:00
parent fd7ca7a72c
commit 840659455f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 9 additions and 1 deletions

View File

@ -90,7 +90,7 @@ input.readonly {
input, textarea {
outline: none;
color: pvar(--mainForegroundColor);
color: pvar(--inputForegroundColor);
}
button {

View File

@ -26,4 +26,12 @@ $ng-select-height: 30px;
border-color: #ccc !important;
}
}
.ng-select-container {
background-color: pvar(--inputBackgroundColor);
}
&.ng-select-single .ng-value-container .ng-value {
color: pvar(--inputForegroundColor);
}
}