git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Thu, 10 Mar 2022 15:24:42 +0000 (15:24 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Thu, 10 Mar 2022 15:24:42 +0000 (15:24 +0000)
server/user.mediacube.gui/css/searchitems.css

index 808aa92b82dce6942d761a34f4b32eaf8db8b3a4..a96a96c9aa28727db2fce061e9fd981e321477d0 100644 (file)
@@ -7,6 +7,8 @@
 
 div.z-row-content span {
        font-family: Tahoma, Arial, serif;
+       background: none;
+       background-image: none;
 }
 
 .z-row .z-detail-outer {
@@ -19,7 +21,7 @@ div.z-row-content span {
 }
 
 .ir {
-       /* ir == informationResult */
+/*     ir == informationResult */
        font-weight: bold;
        font-family: Tahoma, Arial, serif;
        color: green;
@@ -43,10 +45,13 @@ div.z-row-content span {
 
 .z-row:hover>.z-row-inner, .z-row:hover>.z-cell {
        background: none;
+       background-image: none;
 }
 
 .z-row:hover>.z-row-inner>.z-row-content {
        color: black;
+       background: none;
+       background-image: none;
 }
 
 .RED100 .z-toolbarbutton-content {
@@ -58,7 +63,9 @@ div.z-row-content span {
 }
 
 .BROWN100 .z-toolbarbutton-content {
-       background: #D7CCC8;
+/*     background: #D7CCC8; */
+       background: none;
+       background-image: none;
 }
 
 .YELLOW200 .z-toolbarbutton-content {
@@ -66,7 +73,7 @@ div.z-row-content span {
 }
 
 .INDIGO100 .z-toolbarbutton-content {
-       background: #C5CAE9;
+       background: #C5CAE9; 
 }
 
 .INDIGO200 .z-toolbarbutton-content {
@@ -103,7 +110,9 @@ div.z-row-content span {
 }
 
 .z-toolbarbutton:hover {
-       background: transparent;
+/*     background: transparent; */
+       background: none;
+       background-image: none;
 }
 
 .ie8 .z-toolbarbutton:active {
@@ -111,7 +120,9 @@ div.z-row-content span {
 }
 
 .ie8 .z-toolbarbutton-checked {
-       background: transparent;
+/*     background: transparent; */
+       background: none;
+       background-image: none;
 }
 
 .z-toolbarbutton-content {
@@ -179,4 +190,9 @@ div.z-row-content span {
 .z-listitem.z-listitem>.z-listcell:hover{
        background: red;
        background-image: none;
-}
\ No newline at end of file
+}
+
+/* .z-listitem.z-listitem>.z-listcell:checked{ */
+/*     background: green; */
+/*     background-image: none; */
+/* } */
\ No newline at end of file