Update userChrome.css
This commit is contained in:
parent
4f619d39b5
commit
0f644da0ae
1 changed files with 10 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue