div.z-row-content span {
font-family: Tahoma, Arial, serif;
+ background: none;
+ background-image: none;
}
.z-row .z-detail-outer {
}
.ir {
- /* ir == informationResult */
+/* ir == informationResult */
font-weight: bold;
font-family: Tahoma, Arial, serif;
color: green;
.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 {
}
.BROWN100 .z-toolbarbutton-content {
- background: #D7CCC8;
+/* background: #D7CCC8; */
+ background: none;
+ background-image: none;
}
.YELLOW200 .z-toolbarbutton-content {
}
.INDIGO100 .z-toolbarbutton-content {
- background: #C5CAE9;
+ background: #C5CAE9;
}
.INDIGO200 .z-toolbarbutton-content {
}
.z-toolbarbutton:hover {
- background: transparent;
+/* background: transparent; */
+ background: none;
+ background-image: none;
}
.ie8 .z-toolbarbutton:active {
}
.ie8 .z-toolbarbutton-checked {
- background: transparent;
+/* background: transparent; */
+ background: none;
+ background-image: none;
}
.z-toolbarbutton-content {
.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