diff options
Diffstat (limited to 'src/chrome/mozapps/plugins/pluginProblem.css')
| -rw-r--r-- | src/chrome/mozapps/plugins/pluginProblem.css | 8 |
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 { |
