list selected item backround fixed to green
authorvasary.daniel <TFS\vasary.daniel>
Thu, 10 Mar 2022 15:37:48 +0000 (15:37 +0000)
committervasary.daniel <TFS\vasary.daniel>
Thu, 10 Mar 2022 15:37:48 +0000 (15:37 +0000)
git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C33033

server/user.mediacube.gui/WEB-INF/web.xml
server/user.mediacube.gui/css/searchitems.css

index 007fb4ae290a7fe1813ef30e640f0f40e6e1cc96..7d84e06c9e0b1aa1a5d32726c0b8a389c78b73cc 100644 (file)
@@ -1,6 +1,5 @@
 <?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
index a96a96c9aa28727db2fce061e9fd981e321477d0..38c5c1c9b71c455b12a943a0c9f045857306afa8 100644 (file)
@@ -182,17 +182,43 @@ div.z-row-content span {
   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;
+}
+