summaryrefslogtreecommitdiff
path: root/src/chrome/mozapps/plugins/pluginProblem.css
diff options
context:
space:
mode:
authorServail <45024837+Servail@users.noreply.github.com>2019-07-09 16:21:10 +0300
committerGitHub <noreply@github.com>2019-07-09 16:21:10 +0300
commite0a3f2be324de56689e7504cfe7fca547e0c5db6 (patch)
treeff26141ee0d91b8cc4790a3299e194f123afb8ec /src/chrome/mozapps/plugins/pluginProblem.css
parent10adb8f36b7d040ce7397b4763ac80e1b5ff847e (diff)
Update pluginProblem.css
Diffstat (limited to 'src/chrome/mozapps/plugins/pluginProblem.css')
-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 7a226e5..7b4b59c 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(72,72,72); 16 background-color: rgb(0,0,0);
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(65, 65, 65); 33 background-color: rgb(0, 0, 0);
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(35, 35, 35); 198 background-color: rgb(0, 0, 0);
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(20, 20, 20); 204 background-color: rgb(0, 0, 0);
205} 205}
206 206
207:-moz-handler-vulnerable-updatable .action-link { 207:-moz-handler-vulnerable-updatable .action-link {