Update userChrome.css

This commit is contained in:
bmFtZQ 2021-03-13 23:27:23 +08:00 committed by GitHub
parent 4f619d39b5
commit 0f644da0ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}