mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-28 02:51:03 -08:00
Add: System Default Theme - GTK tab line color at photon style #120
This commit is contained in:
parent
9e02a522de
commit
d876090938
1 changed files with 5 additions and 0 deletions
|
|
@ -542,6 +542,11 @@
|
|||
:root[lwtheme-mozlightdark] #tabbrowser-tabs {
|
||||
--tab-line-color: rgb(10, 132, 255) !important;
|
||||
}
|
||||
@media (-moz-gtk-csd-available) {
|
||||
:root[lwtheme-mozlightdark]:not(:-moz-lwtheme) #tabbrowser-tabs {
|
||||
--tab-line-color: Highlight !important; /* -moz-accent-color */
|
||||
}
|
||||
}
|
||||
|
||||
.tab-context-line {
|
||||
display: -moz-inline-box !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue