bug 801277 - prevent the resizer graphic being scaled by page zoom. r=roc

This commit is contained in:
Jonathan Kew 2012-10-17 09:48:21 +01:00
parent dd215f58a3
commit e83f607861
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
resizer {
-moz-appearance: resizer;
background: url("chrome://global/skin/icons/resizer.png") no-repeat;
background-size: 100% 100%;
cursor: se-resize;
width: 15px;
height: 15px;

View File

@ -7,6 +7,7 @@
resizer {
-moz-appearance: resizer;
background: url("chrome://global/skin/icons/resizer.png") no-repeat;
background-size: 100% 100%;
cursor: se-resize;
width: 15px;
height: 15px;