aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css
diff options
context:
space:
mode:
authorHorst31802016-08-01 16:39:25 +0200
committerHorst31802016-08-01 16:51:34 +0200
commitc74da0b85d23659056299e0d91f3221d2414629d (patch)
tree1af9cefc49f9442544a40fe6c909b818d2fa9eb1 /arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css
parentf6e995b18b1c5b1ee3f9612e12d2b171f3ef6fe7 (diff)
downloadsolarc-firefox-theme-c74da0b85d23659056299e0d91f3221d2414629d.tar.gz
solarc-firefox-theme-c74da0b85d23659056299e0d91f3221d2414629d.tar.xz
solarc-firefox-theme-c74da0b85d23659056299e0d91f3221d2414629d.zip
update to 48.0rc2
Diffstat (limited to 'arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css')
-rw-r--r--arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css b/arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css
index 100c5fc..43c9649 100644
--- a/arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css
+++ b/arc-firefox-theme/chrome/mozapps/plugins/pluginProblem.css
@@ -91,10 +91,17 @@ html|a {
.throbber {
padding-left: 16px; /* width of the background image */
- background: url(chrome://global/skin/icons/loading_16.png) no-repeat;
+ background: url(chrome://global/skin/icons/loading.png) no-repeat;
margin-left: 5px;
}
+@media (min-resolution: 1.1dppx) {
+ .throbber {
+ background-image: url(chrome://global/skin/icons/loading@2x.png);
+ background-size: 16px;
+ }
+}
+
.msgTapToPlay,
.msgClickToPlay {
text-decoration: underline;