From a9d978af25d7af0612a0837dc8cb72a358de74ba Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 24 Feb 2023 00:51:11 -0800 Subject: [PATCH] :memo: Removed url placeholder --- firefox_preferences/chrome/userChrome.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/firefox_preferences/chrome/userChrome.css b/firefox_preferences/chrome/userChrome.css index 47afab25..4fcca1d8 100644 --- a/firefox_preferences/chrome/userChrome.css +++ b/firefox_preferences/chrome/userChrome.css @@ -6,9 +6,13 @@ #stop-button, #reload-button, #statuspanel, -#urlbar-input-container>#page-action-buttons, +#urlbar-input-container > #page-action-buttons, .urlbarView-favicon, .tab-icon-image, .tab-close-button { - display: none !important; + display: none !important; +} + +#urlbar-input::placeholder { + color: transparent; }