forked from mirrors/gecko-dev
Bug 1428753: Ensure that vertical-overflowing images always show the zoom-out cursor. r=heycam
MozReview-Commit-ID: HU7f39pFNV8 --HG-- extra : rebase_source : b32865da38c9b152ea77ab19dfba99486cafc8e7
This commit is contained in:
parent
3dea228f86
commit
b4219f2952
1 changed files with 4 additions and 4 deletions
|
|
@ -9,13 +9,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@media not print {
|
@media not print {
|
||||||
.overflowingVertical, .overflowingHorizontalOnly {
|
|
||||||
cursor: zoom-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.shrinkToFit {
|
.shrinkToFit {
|
||||||
cursor: zoom-in;
|
cursor: zoom-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overflowingVertical, .overflowingHorizontalOnly {
|
||||||
|
cursor: zoom-out;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue