Bug 983761 - Use tab-active-middle@2x.png with lightweight themes for HiDPI. r=Gijs

This commit is contained in:
Matthew Noorenberghe 2014-03-14 16:24:56 -07:00
parent 197c5a0ab2
commit 0d06bc1f23

View File

@ -26,3 +26,11 @@
lwtHeader;*/
background-position: 0 0, 0 0, right top;
}
@media (min-resolution: 2dppx) {
#tabbrowser-tabs:not([movingtab]) > .tabbrowser-tab > .tab-stack > .tab-background > .tab-background-middle[selected=true]:-moz-lwtheme {
background-image: url(chrome://browser/skin/tabbrowser/tab-active-middle@2x.png),
@fgTabTextureLWT@;/*,
lwtHeader;*/
}
}