mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
firefox: update the userChrome for v132
This commit is contained in:
parent
510ceb0e5b
commit
95906cd805
2 changed files with 11 additions and 5 deletions
|
|
@ -7,6 +7,9 @@
|
||||||
.newtab-button {
|
.newtab-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.newtab-button::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Counter tunning */
|
/* Counter tunning */
|
||||||
.counter {
|
.counter {
|
||||||
|
|
@ -29,7 +32,7 @@
|
||||||
|
|
||||||
/* Common background */
|
/* Common background */
|
||||||
#background {
|
#background {
|
||||||
background: color-mix(in srgb, -moz-dialog 85%, white);
|
background: -moz-dialog;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pined tabs container */
|
/* Pined tabs container */
|
||||||
|
|
@ -58,7 +61,7 @@ tab-item-substance {
|
||||||
|
|
||||||
.tab:hover > tab-item-substance,
|
.tab:hover > tab-item-substance,
|
||||||
.tab.active > tab-item-substance {
|
.tab.active > tab-item-substance {
|
||||||
background: var(--face-highlight-more-more-lighter);
|
background: var(--face-highlight-more-lighter);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab .label {
|
.tab .label {
|
||||||
|
|
|
||||||
|
|
@ -19,13 +19,16 @@
|
||||||
|
|
||||||
/* Addressbar */
|
/* Addressbar */
|
||||||
|
|
||||||
|
#nav-bar.browser-toolbar {
|
||||||
|
background-color: -moz-dialog !important;
|
||||||
|
}
|
||||||
|
|
||||||
#nav-bar-customization-target {
|
#nav-bar-customization-target {
|
||||||
--toolbar-start-end-padding: 0;
|
--toolbar-start-end-padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-window:not([privatebrowsingmode="temporary"]) #urlbar-background {
|
#main-window:not([privatebrowsingmode="temporary"]) #urlbar-background {
|
||||||
/* --toolbar-field-border-color: #adadad; */
|
border-color: ThreeDShadow !important;
|
||||||
border-color: var(--button-active-bgcolor) !important;
|
|
||||||
background-color: Field !important;
|
background-color: Field !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue