Add: System Default Theme - GTK tab line color at photon style #120

This commit is contained in:
alstjr7375 2021-07-14 15:02:39 +09:00
parent 9e02a522de
commit d876090938

View file

@ -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;