Issue #832 Part 2: Remove styling and images.

This commit is contained in:
Ascrod 2018-10-11 23:35:46 -04:00 committed by Roy Tam
commit 6343212065
14 changed files with 2 additions and 431 deletions

View file

@ -266,27 +266,3 @@ html|*#webRTC-previewVideo {
opacity: 1;
}
}
/* TRANSLATION */
.translation-icon {
list-style-image: url(chrome://browser/skin/translation-16.png);
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
.translation-icon.in-use {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
%ifdef XP_MACOSX
@media (min-resolution: 1.1dppx) {
.translation-icon {
list-style-image: url(chrome://browser/skin/translation-16@2x.png);
-moz-image-region: rect(0px, 32px, 32px, 0px);
}
.translation-icon.in-use {
-moz-image-region: rect(0px, 64px, 32px, 32px);
}
}
%endif