Fix ng select theme
This commit is contained in:
parent
fd7ca7a72c
commit
840659455f
2 changed files with 9 additions and 1 deletions
|
@ -90,7 +90,7 @@ input.readonly {
|
||||||
|
|
||||||
input, textarea {
|
input, textarea {
|
||||||
outline: none;
|
outline: none;
|
||||||
color: pvar(--mainForegroundColor);
|
color: pvar(--inputForegroundColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
|
@ -26,4 +26,12 @@ $ng-select-height: 30px;
|
||||||
border-color: #ccc !important;
|
border-color: #ccc !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ng-select-container {
|
||||||
|
background-color: pvar(--inputBackgroundColor);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.ng-select-single .ng-value-container .ng-value {
|
||||||
|
color: pvar(--inputForegroundColor);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue