From 34edc91701dc3806a5cb52755830b6953a724c6a Mon Sep 17 00:00:00 2001 From: Matthias Heiserer Date: Fri, 7 Oct 2022 13:18:56 +0200 Subject: [PATCH] CSS: import action column fix from pbs, pmg So it is in one location and available to pve as well. Signed-off-by: Matthias Heiserer --- src/css/ext6-pmx.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/css/ext6-pmx.css b/src/css/ext6-pmx.css index 886e24a..231b4ce 100644 --- a/src/css/ext6-pmx.css +++ b/src/css/ext6-pmx.css @@ -274,3 +274,20 @@ div.right-aligned { /* markdown tables end */ /* markdown content end */ + +/* action column fix start */ +.x-action-col-icon { + margin: 0 1px; + font-size: 14px; +} +.x-action-col-icon:before, .x-action-col-icon:after { + font-size: 14px; +} +.x-action-col-icon:hover:before, .x-action-col-icon:hover:after { + text-shadow: 1px 1px 1px #AAA; + font-weight: 800; +} +.x-action-col-icon:before { + color: #555; + } +/* action column fix end */ -- 2.39.2