Update headerbar-urlbar.css
This commit is contained in:
parent
3343ef3d5c
commit
fb1fcc3ff1
1 changed files with 11 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||||
|
|
||||||
#urlbar {
|
#urlbar {
|
||||||
--urlbar-height: 34.00px;
|
--urlbar-height: 32.00px;
|
||||||
--urlbar-toolbar-height: 34.00px !important;
|
--urlbar-toolbar-height: 32.00px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Center the URL bar */
|
/* Center the URL bar */
|
||||||
|
@ -141,3 +141,12 @@ toolbarspring {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
fill-opacity: 1 !important;
|
fill-opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.urlbar-icon {
|
||||||
|
height: 16px !important;
|
||||||
|
width: 16px !important;
|
||||||
|
margin-inline: 4px !important;
|
||||||
|
padding: 8px 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue