mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-25 05:51:23 -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
|
|
@ -18,4 +18,10 @@
|
|||
background-color: var(--in-content-box-background-odd);
|
||||
}
|
||||
}
|
||||
|
||||
// The first row separator line #736
|
||||
xul|treecols {
|
||||
// border-bottom: 1px solid var(--in-content-border-color);
|
||||
border-bottom-color: var(--in-content-box-border-color) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue