mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Fix: User Content - treecols border color #736
This commit is contained in:
parent
276510d732
commit
6dc3e0887f
2 changed files with 9 additions and 0 deletions
3
css/leptonContent.css
generated
3
css/leptonContent.css
generated
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue