mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix ng select input font color
This commit is contained in:
parent
d05af385f4
commit
1160fd709f
@ -27,6 +27,10 @@ $ng-select-value-font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.ng-input > input {
|
||||
color: pvar(--inputForegroundColor) !important;
|
||||
}
|
||||
|
||||
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
|
||||
color: pvar(--mainForegroundColor);
|
||||
background-color: pvar(--mainBackgroundColor);
|
||||
|
Loading…
Reference in New Issue
Block a user