mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Issue #1793 - Add a border-bottom to treecols header
This commit is contained in:
parent
86aec31475
commit
895afe00e1
1 changed files with 8 additions and 0 deletions
|
|
@ -198,6 +198,14 @@ treechildren::-moz-tree-cell-text(progressmeter) {
|
|||
|
||||
/* ::::: tree columns ::::: */
|
||||
|
||||
@media (-moz-os-version: windows-win10) and (-moz-windows-theme: aero) {
|
||||
treecols {
|
||||
/* Windows 10's "aero" msstyle does not provide a complete style for
|
||||
the treecols header so we need to provide a bottom border */
|
||||
border-bottom: 1px solid ThreeDLightShadow;
|
||||
}
|
||||
}
|
||||
|
||||
treecol,
|
||||
treecolpicker {
|
||||
-moz-appearance: treeheadercell;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue