From 81603cd9b39300019427d00c5c712b880b5e17f1 Mon Sep 17 00:00:00 2001 From: Sweidan Omar Date: Thu, 10 Mar 2022 15:24:42 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C33032 --- server/user.mediacube.gui/css/searchitems.css | 28 +++++++++++++++---- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/server/user.mediacube.gui/css/searchitems.css b/server/user.mediacube.gui/css/searchitems.css index 808aa92b..a96a96c9 100644 --- a/server/user.mediacube.gui/css/searchitems.css +++ b/server/user.mediacube.gui/css/searchitems.css @@ -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 -- 2.54.0