mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-01 11:31:11 -08:00
Merge branch 'master' into photon-style
This commit is contained in:
commit
59f4a4d31f
2 changed files with 12 additions and 1 deletions
3
CREDITS
3
CREDITS
|
|
@ -77,6 +77,9 @@ N: 7k5x
|
|||
E: 7k5xlp0onfire@gmail.com
|
||||
W: https://github.com/7k5x
|
||||
|
||||
N: badprogramshere
|
||||
W: https://github.com/badprogramshere
|
||||
|
||||
N: Burak Yigit Kaya
|
||||
E: ben@byk.im
|
||||
W: https://byk.im/
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@
|
|||
}
|
||||
|
||||
/* Scroll Button - Size Fix */
|
||||
:root:not([uidensity=touch]) #tabbrowser-arrowscrollbox {
|
||||
:root #tabbrowser-arrowscrollbox {
|
||||
--scrollbtn-vertical-padding: 3px;
|
||||
--scrollbtn-vertical-border: 2px;
|
||||
--scrollbtn-border-radius: 7px;
|
||||
|
|
@ -338,6 +338,14 @@
|
|||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
/* Remove line at Toolbar's top */
|
||||
#tabbrowser-tabs {
|
||||
z-index: 1 !important;
|
||||
}
|
||||
#tabbrowser-arrowscrollbox[overflowing] .tabbrowser-tab[pinned]:is([visuallyselected], [multiselected]) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/** Selected Tab - Color like toolbar ***************************************/
|
||||
:root:not(:-moz-lwtheme) {
|
||||
/* Fix for windows's system default theme. Using --toolbar-bgcolor fallback */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue