Bug 887908 - Sidebars on OS X retina have two close buttons rather than one, r=mconley

--HG--
extra : rebase_source : 2af78db6e9fa5f2918232bc6c79b76e311c96059
This commit is contained in:
Gijs Kruitbosch 2013-07-11 18:39:17 +02:00
parent 0194b316a0
commit 168fe5f625

View File

@ -2854,12 +2854,8 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
border: none;
}
#sidebar-header > .tabs-closebutton {
list-style-image: url("chrome://global/skin/icons/close-sidebar.png");
}
@media (min-resolution: 2dppx) {
:not(#sidebar-header) > .tabs-closebutton > .toolbarbutton-icon {
.tabs-closebutton > .toolbarbutton-icon {
width: 16px;
}
}