🔧 Adjusted firefox css
This commit is contained in:
parent
c361a51967
commit
a15bb48d18
1 changed files with 23 additions and 0 deletions
|
|
@ -5,11 +5,33 @@
|
|||
--toolbar-field-focus-border-color: #2c77ac;
|
||||
}
|
||||
|
||||
/* remove/adjust radius from buttons and tabs */
|
||||
*|*:root {
|
||||
--toolbarbutton-border-radius: 3px !important;
|
||||
--tab-border-radius: 3px !important;
|
||||
--toolbarbutton-outer-padding: 2px !important;
|
||||
/*--toolbarbutton-inner-padding: 8px !important;*/
|
||||
--toolbar-start-end-padding: 2px !important;
|
||||
}
|
||||
|
||||
/* remove/adjust margin fron tabs */
|
||||
.tab-background {
|
||||
margin-block: 2px !important;
|
||||
}
|
||||
|
||||
/* remove/adjust padding between tabs */
|
||||
.tabbrowser-tab {
|
||||
padding-inline: 2px !important;
|
||||
}
|
||||
|
||||
|
||||
/* #url-go-button, */
|
||||
#urlbar-zoom-button,
|
||||
#tracking-protection-icon-container,
|
||||
#back-button,
|
||||
#back-button>*,
|
||||
#forward-button,
|
||||
#forward-button>*,
|
||||
#stop-button,
|
||||
#reload-button,
|
||||
/* #statuspanel, */
|
||||
|
|
@ -71,6 +93,7 @@ toolbar>* {
|
|||
background-color: #14161b !important;
|
||||
}
|
||||
|
||||
|
||||
#nav-bar toolbarspring {
|
||||
/* min-width: 55px !important; */
|
||||
/* max-width: 65px !important; */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue