From 0f644da0ae204e645b6a6c59790c8c0f2e4afe0f Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Sat, 13 Mar 2021 23:27:23 +0800 Subject: [PATCH] Update userChrome.css --- chrome/userChrome.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 3043e57..364914b 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -9,28 +9,34 @@ @import "findbar/findbar.css"; @import "tabbar/EdgeStyleTabShadow.css"; +/* Small Tweaks to make it look more like Edge */ + /* Swap Account icon and Overflow icon (Must be placed next to each other) */ -/* @media (min-width: 687px) { +/* +@media (min-width: 687px) { #nav-bar-overflow-button { transform: translateX(-44px); } #fxa-toolbar-menu-button { transform: translateX(44px); } -} */ +} +*/ /* Replace Firefox identity icon with Edge */ +/* #identity-icon-label { display: none !important; } #identity-box.chromeUI[pageproxystate="valid"]::after { - content: "EdgeFox"; + content: "Edge"; padding-inline-start: 8px; } #identity-icon { list-style-image: url("icons/edge.svg") !important; } +*/ #urlbarView-row-162, #urlbarView-row-19, #urlbar .urlbarView .search-one-offs, /* Hide search engine selector on the urlbar dropdown */ #context-sendpagetodevice, #context-sep-sendpagetodevice, /* Hide send page to device menu */ @@ -38,4 +44,4 @@ #appMenu-edit-controls, .panel-subview-body toolbarseparator:nth-child(12) /* Hide Edit Controls */ { display: none !important; -} \ No newline at end of file +}