Upraven styl vybraného záznamu nebo HOVER záznamu.

closes #273
master
František Přibyl 8 years ago
parent 740847e865
commit fcb8db25fa

@ -61,6 +61,24 @@
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 {
width: 100%;
min-width: 0;

Loading…
Cancel
Save