<?xml version="1.0" encoding="UTF-8"?>\r
<!DOCTYPE xml>\r
-\r
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"\r
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee\r
min-width: 400px;
}
-.z-listitem.z-listitem-selected>.z-listcell{
- background: red;
- background-image: none;
-}
-
-.z-listitem.z-listitem>.z-listcell:hover{
- background: red;
- background-image: none;
-}
+/* .z-listitem.z-listitem-selected>.z-listcell{ */
+/* background: red; */
+/* background-image: none; */
+/* } */
/* .z-listitem.z-listitem>.z-listcell:checked{ */
/* background: green; */
/* background-image: none; */
-/* } */
\ No newline at end of file
+/* } */
+
+
+/*
+LIST
+*/
+
+.z-listitem.z-listitem-selected>.z-listcell {
+ background: #F1F8E9;
+}
+
+.z-listitem.z-listitem-selected:hover>.z-listcell {
+ background: #F1F8E9;
+}
+
+.z-listitem.z-listitem-selected.z-listitem-focus>.z-listcell {
+ background: #F1F8E9;
+}
+
+.z-listitem.z-listitem-selected.z-listitem-focus:hover>.z-listcell {
+ background: #F1F8E9;
+}
+
+.z-listitem-focus>.z-listcell {
+ background: #F1F8E9;
+}
+
+.z-listitem-selected>.z-listcell>.z-listcell-content>.z-listitem-checkable .z-listitem-icon.z-icon-radio
+ {
+ background: #F1F8E9;
+}
+