clean up formatting
This commit is contained in:
parent
1df521b333
commit
be93cbb620
6 changed files with 337 additions and 331 deletions
|
@ -2,18 +2,18 @@
|
|||
|
||||
.toolbarbutton-icon,
|
||||
.toolbarbutton-badge-stack,
|
||||
#nav-bar .toolbarbutton-1
|
||||
{
|
||||
transition-duration: 0.1s !important;
|
||||
transition-property: width, padding, border !important;
|
||||
#nav-bar .toolbarbutton-1 {
|
||||
transition-duration: 0.1s !important;
|
||||
transition-property: width, padding, border !important;
|
||||
}
|
||||
:root:not([customizing]) #navigator-toolbox:not(:hover) > #nav-bar:not([urlbar-exceeds-toolbar-bounds="true"]) .toolbarbutton-1:not(.webextension-browser-action, [open], [checked]) :-moz-any(.toolbarbutton-icon, .toolbarbutton-badge-stack)
|
||||
{
|
||||
width: 0 !important; padding: 0 !important;
|
||||
|
||||
:root:not([customizing]) #navigator-toolbox:not(:hover)>#nav-bar:not([urlbar-exceeds-toolbar-bounds="true"]) .toolbarbutton-1:not(.webextension-browser-action, [open], [checked]) :-moz-any(.toolbarbutton-icon, .toolbarbutton-badge-stack) {
|
||||
width: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
:root:not([customizing]) #navigator-toolbox:not(:hover) > #nav-bar:not([urlbar-exceeds-toolbar-bounds="true"]) .toolbarbutton-1:not(.webextension-browser-action, [open], [checked])
|
||||
{
|
||||
border-width: 0 !important;
|
||||
|
||||
:root:not([customizing]) #navigator-toolbox:not(:hover)>#nav-bar:not([urlbar-exceeds-toolbar-bounds="true"]) .toolbarbutton-1:not(.webextension-browser-action, [open], [checked]) {
|
||||
border-width: 0 !important;
|
||||
}
|
||||
|
||||
/* Also Hide urlbar background */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue