Fix: User Content - treecols border color #736

This commit is contained in:
alstjr7375 2023-07-30 21:20:58 +09:00
parent 276510d732
commit 6dc3e0887f
2 changed files with 9 additions and 0 deletions

3
css/leptonContent.css generated
View file

@ -2074,6 +2074,9 @@
#translations-manage-install-list > .translations-manage-language:nth-child(even):not([selected="true"], :hover) {
background-color: var(--in-content-box-background-odd);
}
xul|treecols {
border-bottom-color: var(--in-content-box-border-color) !important;
}
}
/*= chrome://browser/content/places/places.xhtml =============================*/
@-moz-document url("chrome://browser/content/places/places.xhtml")