From 181a91cedb2eb27f67a661ed0a9502e960fbbe10 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sat, 5 Jun 2021 08:30:24 -0500 Subject: [PATCH] Urlbar: Theme zoom button related to #246 --- theme/parts/urlbar.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/theme/parts/urlbar.css b/theme/parts/urlbar.css index 89110b8..5a24943 100644 --- a/theme/parts/urlbar.css +++ b/theme/parts/urlbar.css @@ -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,