Bug 1488615 - Make #urlbar-zoom-button adjustments available to all webextension themes. r=dao

Differential Revision: https://phabricator.services.mozilla.com/D4996

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Nguyen 2018-09-05 08:23:10 +00:00
parent 5a744e504b
commit 59c2439982
2 changed files with 8 additions and 8 deletions

View File

@ -76,11 +76,3 @@ toolbar[brighttext] .toolbarbutton-1 {
.searchbar-textbox:not([focused="true"]) {
border-color: var(--chrome-nav-bar-controls-border-color);
}
#urlbar-zoom-button:-moz-lwtheme-brighttext:hover {
background-color: rgba(255,255,255,.2);
}
#urlbar-zoom-button:-moz-lwtheme-brighttext:hover:active {
background-color: rgba(255,255,255,.3);
}

View File

@ -523,6 +523,14 @@
background-color: hsla(0,0%,0%,.15);
}
:root[lwt-toolbar-field-brighttext] #urlbar-zoom-button:hover {
background-color: rgba(255,255,255,.2);
}
:root[lwt-toolbar-field-brighttext] #urlbar-zoom-button:hover:active {
background-color: rgba(255,255,255,.3);
}
#urlbar-zoom-button > .toolbarbutton-text {
display: -moz-box;
}