Bug 879131 - Use prefix-less zoom-in and zoom-out CSS property values. r=ms2ger

This commit is contained in:
Jared Wein 2013-06-04 17:41:31 -04:00
parent 8eecb8487d
commit fa3936637d

View File

@ -10,11 +10,11 @@
@media not print {
.overflowing {
cursor: -moz-zoom-out;
cursor: zoom-out;
}
.shrinkToFit {
cursor: -moz-zoom-in;
cursor: zoom-in;
}
}