diff public/libervia.css @ 376:ab923b870fb0

browser side: XMLUI AdvancedListContainer: rows are highlighted when there are selectable
author Goffi <goffi@goffi.org>
date Tue, 25 Feb 2014 02:13:53 +0100
parents 724a9a03ab02
children 98cd5387d291
line wrap: on
line diff
--- a/public/libervia.css	Mon Feb 24 22:30:01 2014 +0100
+++ b/public/libervia.css	Tue Feb 25 02:13:53 2014 +0100
@@ -1516,10 +1516,11 @@
 }
 
 /* XMLUI styles */
-.AdvancedListSelectableRow {
-   cursor: pointer;
+
+.AdvancedListSelectable tr{
+    cursor: pointer;
 }
-.AdvancedListSelectableRow-selected {
-   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-   color: red;
+
+.AdvancedListSelectable tr:hover{
+    background: none repeat scroll 0 0 #EE0000;
 }