mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 06:20:48 -08:00
Feat: Change New Tab button #95
This commit is contained in:
parent
d16cd6dd66
commit
b83c162602
1 changed files with 8 additions and 0 deletions
|
|
@ -326,6 +326,14 @@
|
|||
#tabbrowser-arrowscrollbox:not([overflowing]) .tabbrowser-tab[last-visible-tab] {
|
||||
margin-inline-end: 4px !important;
|
||||
}
|
||||
|
||||
/* New tab button changed ***************************************************/
|
||||
#TabsToolbar #tabbrowser-arrowscrollbox #tabs-newtab-button.toolbarbutton-1 {
|
||||
margin: calc(var(--tab-block-margin) / 2) 0 calc(-1 * var(--tab-block-margin) / 2) !important; /* Original: 0 0 var(--tabs-navbar-shadow-size) !important */
|
||||
}
|
||||
#TabsToolbar #tabs-newtab-button.toolbarbutton-1 > image.toolbarbutton-icon {
|
||||
border-radius: var(--tab-border-radius) var(--tab-border-radius) 0 0 !important; /* Original: var(--tab-border-radius) */
|
||||
}
|
||||
|
||||
/** Clipped tabs - Letters cleary *******************************************/
|
||||
#tabbrowser-tabs[closebuttons=activetab] .tab-content:not([pinned]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue