summaryrefslogtreecommitdiff
path: root/src/chrome/mozapps/plugins
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2022-08-29 17:02:12 -0400
committerVineet Kumar <git@vineetk.net>2026-05-14 17:02:12 -0400
commit199c684366d6cf7431513ff15bae9861166a3a19 (patch)
treeab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/mozapps/plugins
parent48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff)
Diffstat (limited to 'src/chrome/mozapps/plugins')
-rw-r--r--src/chrome/mozapps/plugins/pluginProblem.css8
1 files changed, 4 insertions, 4 deletions
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 @@
13 display: table; 13 display: table;
14 width: 100%; 14 width: 100%;
15 height: 100%; 15 height: 100%;
16 background-color: rgb(0,0,0); 16 background-color: #181411;
17 color: white; 17 color: white;
18 -moz-user-select: none; 18 -moz-user-select: none;
19 position: relative; 19 position: relative;
@@ -30,7 +30,7 @@
30:-moz-handler-vulnerable-updatable .hoverBox:active, 30:-moz-handler-vulnerable-updatable .hoverBox:active,
31:-moz-handler-vulnerable-no-update .hoverBox:active, 31:-moz-handler-vulnerable-no-update .hoverBox:active,
32:-moz-handler-clicktoplay .hoverBox:active { 32:-moz-handler-clicktoplay .hoverBox:active {
33 background-color: rgb(0, 0, 0); 33 background-color: #181411;
34} 34}
35 35
36:-moz-handler-clicktoplay .hoverBox:active .msgTapToPlay, 36:-moz-handler-clicktoplay .hoverBox:active .msgTapToPlay,
@@ -195,13 +195,13 @@ html|a {
195.action-link { 195.action-link {
196 display: inline-block; 196 display: inline-block;
197 border-radius: 10px; 197 border-radius: 10px;
198 background-color: rgb(0, 0, 0); 198 background-color: #181411;
199 padding: 2px 8px; 199 padding: 2px 8px;
200 margin-top: 7px; 200 margin-top: 7px;
201 text-decoration: none; 201 text-decoration: none;
202} 202}
203.action-link:active { 203.action-link:active {
204 background-color: rgb(0, 0, 0); 204 background-color: #181411;
205} 205}
206 206
207:-moz-handler-vulnerable-updatable .action-link { 207:-moz-handler-vulnerable-updatable .action-link {