From fcb8db25fa6c51a6e1e2e2fc3eea97fd3742f0cc Mon Sep 17 00:00:00 2001 From: Franta Pribyl Date: Tue, 29 Nov 2016 12:18:39 +0100 Subject: [PATCH] =?UTF-8?q?Upraven=20styl=20vybran=C3=A9ho=20z=C3=A1znamu?= =?UTF-8?q?=20nebo=20HOVER=20z=C3=A1znamu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #273 --- src/main/webapp/css/zk-modify.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/webapp/css/zk-modify.css b/src/main/webapp/css/zk-modify.css index 2c9142f2..3b563f48 100644 --- a/src/main/webapp/css/zk-modify.css +++ b/src/main/webapp/css/zk-modify.css @@ -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;