From: Rigel Kent Date: Sun, 9 Sep 2018 12:43:30 +0000 (+0200) Subject: add input color to cope with browser themes X-Git-Tag: v1.0.0-beta.12~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=20c3a59e2c81bb00be943ccc51efe175c08eaa4e;p=oweals%2Fpeertube.git add input color to cope with browser themes --- diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index bf4cccaaf..8d2bfb077 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -50,11 +50,12 @@ strong { input.readonly { /* Force blank on readonly inputs */ - background-color: #fff !important; + background-color: var(--inputColor) !important; } input, textarea { outline: none; + color: var(--mainForegroundColor); } label {