From: Chocobozzz Date: Mon, 2 May 2022 12:40:43 +0000 (+0200) Subject: Fix ng select input font color X-Git-Tag: v4.2.0-rc.1~89 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=1160fd709f3a20120f135f6fcd85eb0892145b6b;p=github%2FChocobozzz%2FPeerTube.git Fix ng select input font color --- diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss index f4c908da3..181ce4077 100644 --- a/client/src/sass/ng-select.scss +++ b/client/src/sass/ng-select.scss @@ -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);