mirror of https://github.com/Chocobozzz/PeerTube
Fix ng select input font color
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