From 5d73ad005cdf4eaff1c8882fda5f7b14ef4ddea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Hamy?= Date: Sun, 9 May 2021 13:54:23 +0200 Subject: [PATCH] Changed nav-bar-overflow-button icon --- theme/parts/icons.css | 2 +- theme/system-icons.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/parts/icons.css b/theme/parts/icons.css index 2f3fe2c..af8584c 100644 --- a/theme/parts/icons.css +++ b/theme/parts/icons.css @@ -319,7 +319,7 @@ menuitem[type="radio"][disabled="true"] .menu-iconic-icon { } /* Overflow button */ #nav-bar-overflow-button { - list-style-image: url("../icons/view-more-horizontal-symbolic.svg") !important; + list-style-image: url("../icons/pan-down-symbolic.svg") !important; } /* Glitch - animations (may be possible to fix in about:config) #reload-button .toolbarbutton-icon { /* Reload button diff --git a/theme/system-icons.css b/theme/system-icons.css index f8ed0be..3f22995 100644 --- a/theme/system-icons.css +++ b/theme/system-icons.css @@ -160,7 +160,7 @@ /* Navbar overflow button */ #nav-bar-overflow-button .toolbarbutton-icon { filter: var(--gnome-icons-hack-filter); - list-style-image: url("moz-icon://stock/view-more-horizontal-symbolic?size=dialog") !important; + list-style-image: url("moz-icon://stock/pan-down-symbolic?size=dialog") !important; } /* Context back button */