Bug 925514 - Don't scale up #nav-bar noise background on HiDPI displays, r=gijs

This commit is contained in:
Markus Stange 2013-10-10 14:41:00 +02:00
parent b956cee77f
commit a853bc8a23

View File

@ -98,6 +98,12 @@ toolbarseparator {
z-index: 1;
}
@media (min-resolution: 2dppx) {
#nav-bar {
background-size: 100px 100px, auto;
}
}
#nav-bar-customizationtarget {
padding: 4px;
}