update
This commit is contained in:
parent
a224cfe004
commit
1a726c9dd9
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 27 KiB |
@ -20,7 +20,7 @@ toolbarspring {
|
||||
|
||||
/* URL bar */
|
||||
#urlbar {
|
||||
margin-top: -2px !important;
|
||||
margin-top: -1px !important;
|
||||
box-shadow: none !important;
|
||||
background: var(--gnome-popover-background) !important;
|
||||
border-radius: 8px !important;
|
||||
|
@ -25,9 +25,9 @@
|
||||
background: none !important;
|
||||
-moz-appearance: none !important;
|
||||
border-radius: 8px !important;
|
||||
margin: 10px 2px !important;
|
||||
margin: 8px 2px !important;
|
||||
padding: 0 10px !important;
|
||||
max-height: 30px !important;
|
||||
max-height: 32px !important;
|
||||
min-width: 32px !important;
|
||||
color: var(--gnome-toolbar-color) !important;
|
||||
transition: background 200ms;
|
||||
|
@ -3,8 +3,6 @@
|
||||
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||
|
||||
.tabbrowser-tab {
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 11px !important;
|
||||
margin-left: 3px !important;
|
||||
margin-right: 3px !important;
|
||||
}
|
||||
@ -23,7 +21,7 @@
|
||||
|
||||
.tab-background:not([selected=true]) {
|
||||
background: var(--gnome-tabbar-tab-background) !important;
|
||||
transition: background 200ms !important;
|
||||
|
||||
}
|
||||
|
||||
.tab-background:not([selected=true]):-moz-window-inactive {
|
||||
|
@ -47,11 +47,17 @@ findbar {
|
||||
fill: var(--gnome-toolbar-color);
|
||||
}
|
||||
|
||||
#titlebar {
|
||||
min-height: 0 !important
|
||||
max-height: 36px !important;
|
||||
}
|
||||
|
||||
#TabsToolbar {
|
||||
margin-top: -43px !important;
|
||||
margin-top: -44px !important;
|
||||
padding: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
margin-bottom: 8px !important;
|
||||
background: none !important;
|
||||
max-height: 36px !important;
|
||||
}
|
||||
|
||||
#nav-bar {
|
||||
@ -59,39 +65,12 @@ findbar {
|
||||
box-shadow: none !important;
|
||||
border-top-width: 0px !important;
|
||||
border-bottom-width: 0px !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
#toolbar-menubar:not([inactive=true]) {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
#PersonalToolbar {
|
||||
padding: 2px 4px 0 4px !important;
|
||||
height: 32px !important;
|
||||
}
|
||||
|
||||
/* Overrides: Remove border below the menu bar / above the header bar */
|
||||
#TabsToolbar:not([collapsed="true"]) + #nav-bar {
|
||||
border-top-width: 0 !important;
|
||||
}
|
||||
|
||||
#navigator-toolbox::after {
|
||||
border-bottom-width: 0 !important;
|
||||
}
|
||||
|
||||
/* Overrides: Don't shift other toolbars on tab drag and drop */
|
||||
#TabsToolbar[movingtab] {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
#TabsToolbar[movingtab] > .tabbrowser-tabs {
|
||||
padding-bottom: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
#TabsToolbar[movingtab] + #nav-bar {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
#navigator-toolbox #nav-bar, findbar {
|
||||
-moz-box-ordinal-group: 0;
|
||||
}
|
||||
@ -105,7 +84,12 @@ findbar {
|
||||
-moz-box-ordinal-group: 3;
|
||||
}
|
||||
#navigator-toolbox #TabsToolbar {
|
||||
-moz-box-ordinal-group: 2;
|
||||
-moz-box-ordinal-group: 0;
|
||||
}
|
||||
|
||||
#PersonalToolbar {
|
||||
padding: 2px 4px 0 4px !important;
|
||||
height: 32px !important;
|
||||
}
|
||||
|
||||
/* bookmark-item */
|
||||
|
Loading…
x
Reference in New Issue
Block a user