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

closes #273
This commit is contained in:
2016-11-29 12:18:39 +01:00
parent 740847e865
commit fcb8db25fa
+18
View File
@@ -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;