From 199c684366d6cf7431513ff15bae9861166a3a19 Mon Sep 17 00:00:00 2001 From: Vineet Kumar Date: Mon, 29 Aug 2022 17:02:12 -0400 Subject: stuff --- src/chrome/mozapps/plugins/pluginProblem.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/chrome/mozapps/plugins/pluginProblem.css') diff --git a/src/chrome/mozapps/plugins/pluginProblem.css b/src/chrome/mozapps/plugins/pluginProblem.css index 7b4b59c..05380f5 100644 --- a/src/chrome/mozapps/plugins/pluginProblem.css +++ b/src/chrome/mozapps/plugins/pluginProblem.css @@ -13,7 +13,7 @@ display: table; width: 100%; height: 100%; - background-color: rgb(0,0,0); + background-color: #181411; color: white; -moz-user-select: none; position: relative; @@ -30,7 +30,7 @@ :-moz-handler-vulnerable-updatable .hoverBox:active, :-moz-handler-vulnerable-no-update .hoverBox:active, :-moz-handler-clicktoplay .hoverBox:active { - background-color: rgb(0, 0, 0); + background-color: #181411; } :-moz-handler-clicktoplay .hoverBox:active .msgTapToPlay, @@ -195,13 +195,13 @@ html|a { .action-link { display: inline-block; border-radius: 10px; - background-color: rgb(0, 0, 0); + background-color: #181411; padding: 2px 8px; margin-top: 7px; text-decoration: none; } .action-link:active { - background-color: rgb(0, 0, 0); + background-color: #181411; } :-moz-handler-vulnerable-updatable .action-link { -- cgit v1.2.3