Bug 1188176 - Update findbar close icon for dark theme in OSX Dev Edition theme;r=dao

This commit is contained in:
Brian Grinstead 2015-08-29 11:10:51 +02:00
parent 50c57e5d21
commit e06dc9e42a

View File

@ -101,12 +101,14 @@
padding-bottom: 3px !important;
}
:root[devtoolstheme="dark"] .findbar-closebutton:not(:hover),
/* Tab styling - make sure to use an inverted icon for the selected tab
(brighttext only covers the unselected tabs) */
.tab-close-button[visuallyselected=true]:not(:hover) {
-moz-image-region: rect(0, 64px, 16px, 48px);
}
@media (min-resolution: 2dppx) {
:root[devtoolstheme="dark"] .findbar-closebutton:not(:hover),
.tab-close-button[visuallyselected=true]:not(:hover) {
-moz-image-region: rect(0, 128px, 32px, 96px);
}