Skip to content

Commit 7b9a9fc

Browse files
committed
tree.css treecols unreadable fix (add to native titlebar commit)
1 parent 6cf1962 commit 7b9a9fc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

toolkit/themes/shared/tree/tree.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ treechildren::-moz-tree-drop-feedback {
124124
treecol,
125125
.tree-columnpicker-button {
126126
appearance: auto;
127-
-moz-default-appearance: treeheadercell;
127+
-moz-default-appearance: treeheadercell;
128128
background-color: -moz-ColHeader;
129129
color: -moz-ColHeaderText;
130130
align-items: center;
@@ -133,7 +133,11 @@ treecol,
133133
margin: 0;
134134

135135
border-inline-start: 1px solid ThreeDLightShadow;
136-
box-shadow: inset 0 -1px ThreeDLightShadow;
136+
137+
@media (-moz-platform: linux) or (prefers-color-scheme: dark) {
138+
appearance: none;
139+
box-shadow: inset 0 -1px ThreeDLightShadow;
140+
}
137141

138142
&:where(:hover) {
139143
background-color: -moz-ColHeaderHover;

0 commit comments

Comments
 (0)