From 092cba724a0b9329cea628e187c46020a1dba87f Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 22 Feb 2022 09:04:04 +0900 Subject: [PATCH] Add: Video - Control Bar Background #335 --- userContent.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index 8bb9024..35e4d6e 100644 --- a/userContent.css +++ b/userContent.css @@ -2,7 +2,15 @@ @namespace html url("http://www.w3.org/1999/xhtml"); /** Video player ************************************************************/ -/* Size */ +/* Control Bar UI */ +#controlsContainer .controlBar { + background: linear-gradient(transparent, rgba(26,26,26,.85)) !important; +} +#controlsContainer .duration { + color: #eee !important; /* Original: #929292 */ +} + +/* Control Bar Size */ #controlsContainer { --button-size: 32px !important; /* Original: 30px */ --controlBar-height: 40px; /* Original: 40px, Replace to this value */