Urlbar: Theme zoom button

related to #246
This commit is contained in:
Rafael Mardojai CM 2021-06-05 08:30:24 -05:00
parent 14d19a682c
commit 181a91cedb
1 changed files with 8 additions and 1 deletions

View File

@ -116,7 +116,8 @@ toolbarspring {
/* Search mode indicator */
#urlbar-search-mode-indicator,
#urlbar-label-box {
#urlbar-label-box,
#urlbar-zoom-button {
background: var(--gnome-popover-background) !important;
border: 1px solid var(--gnome-popover-border-color) !important;
border-radius: 9px;
@ -132,6 +133,12 @@ toolbarspring {
border-radius: 0 9px 9px 0;
opacity: 0.8;
}
#urlbar-zoom-button {
opacity: 0.8;
}
#urlbar-zoom-button:hover {
opacity: 1;
}
/* Firefox identity box */
#identity-box[pageproxystate="valid"].notSecureText > .identity-box-button,