@@ -61,6 +61,24 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.z-listitem:hover .z-listcell {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
.z-listitem:hover .z-listcell-content {
|
||||||
|
/* přechod myší nad položkou pouze hodnoty ztuční */
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.z-listitem.z-listitem-selected .z-listcell {
|
||||||
|
/* vybraná položka pouze hodnoty ztuční */
|
||||||
|
background: none !important;
|
||||||
|
}
|
||||||
|
.z-listitem-selected .z-listcell .z-listcell-content {
|
||||||
|
/* vybraná položka pouze hodnoty ztuční */
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
.combo {
|
.combo {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user