changing the tree background color (only affects linux): in gtk2, unfocused selected row weren't visible because they had the same background color as the trees.

git-svn-id: svn://10.0.0.236/trunk@150314 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
chanial%noos.fr 2003-12-15 04:06:57 +00:00
parent 5148b50c81
commit 2b377f1e78

View File

@ -36,8 +36,8 @@ tree {
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
background-color: Window;
color: WindowText;
background-color: -moz-Field;
color: -moz-FieldText;
-moz-appearance: listbox;
}