Fix css style for TreeView
authorStéphane Leroy <sleroy@argeo.org>
Mon, 26 Oct 2020 13:48:44 +0000 (13:48 +0000)
committerStéphane Leroy <sleroy@argeo.org>
Mon, 26 Oct 2020 13:48:44 +0000 (13:48 +0000)
org.argeo.suite.theme.default/rap/work.css

index 0930255312f88d670677047181cfaa35a048cb9f..30c97753aba8f2003322d2543adbf2e57ad4c67d 100644 (file)
@@ -141,5 +141,11 @@ Sash:hover {
 }
 
 TreeItem{
-       background-color:#f00;
-} 
\ No newline at end of file
+       background-color:#fff;
+}
+
+Tree-RowOverlay:selected {
+       color:#fff;
+       background-color:#5882b5;
+}
+