Add files via upload
This commit is contained in:
parent
375ddcc4d2
commit
a3b663ae1f
52 changed files with 4248 additions and 0 deletions
44
chrome/navbar/navbar.css
Normal file
44
chrome/navbar/navbar.css
Normal file
|
@ -0,0 +1,44 @@
|
|||
#nav-bar
|
||||
{
|
||||
min-height: 38px !important;
|
||||
box-shadow: none !important;
|
||||
padding-inline: 5px 6px !important;
|
||||
background-color: var(--toolbar-bgcolor) !important;
|
||||
}
|
||||
|
||||
#reload-button[disabled]:not(:-moz-window-inactive) > .toolbarbutton-icon
|
||||
{
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
/* Windows */
|
||||
#PanelUI-button
|
||||
{
|
||||
border: none !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
#PanelUI-menu-button[badge-status|="update"] .toolbarbutton-badge
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
:root[privatebrowsingmode] #fxa-toolbar-menu-button
|
||||
{
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
/* show "Private" label for en languages only */
|
||||
:root[titlemodifier="(Private Browsing)"] #fxa-toolbar-menu-button::before
|
||||
{
|
||||
content: "Private" !important;
|
||||
display: -moz-box !important;
|
||||
margin-inline-start: 12px !important;
|
||||
margin-inline-end: 6px !important;
|
||||
}
|
||||
|
||||
#nav-bar-customization-target
|
||||
{
|
||||
overflow: visible !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue