commit e0a3f2be324de56689e7504cfe7fca547e0c5db6
parent 10adb8f36b7d040ce7397b4763ac80e1b5ff847e
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 16:21:10 +0300
Update pluginProblem.css
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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(72,72,72);
+ background-color: rgb(0,0,0);
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(65, 65, 65);
+ background-color: rgb(0, 0, 0);
}
:-moz-handler-clicktoplay .hoverBox:active .msgTapToPlay,
@@ -195,13 +195,13 @@ html|a {
.action-link {
display: inline-block;
border-radius: 10px;
- background-color: rgb(35, 35, 35);
+ background-color: rgb(0, 0, 0);
padding: 2px 8px;
margin-top: 7px;
text-decoration: none;
}
.action-link:active {
- background-color: rgb(20, 20, 20);
+ background-color: rgb(0, 0, 0);
}
:-moz-handler-vulnerable-updatable .action-link {