]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
CSS: import action column fix from pbs, pmg
authorMatthias Heiserer <m.heiserer@proxmox.com>
Fri, 7 Oct 2022 11:18:56 +0000 (13:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 10 Oct 2022 08:01:16 +0000 (10:01 +0200)
So it is in one location and available to pve as well.

Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
src/css/ext6-pmx.css

index 886e24a5141b744ae8b86633ee778cbe9a2479ba..231b4cee11d97eea6472c4d9849da4ccaa189a44 100644 (file)
@@ -274,3 +274,20 @@ div.right-aligned {
 /* markdown tables end */
 
 /* markdown content end */
 /* 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 */