[pmg-devel] [PATCH widget-toolkit] CSS: import action column fix from pbs, pmg

Matthias Heiserer m.heiserer at proxmox.com
Wed Jul 20 14:22:56 CEST 2022


So it is in one location and available to pve as well.

Signed-off-by: Matthias Heiserer <m.heiserer at proxmox.com>
---
 src/css/ext6-pmx.css | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/css/ext6-pmx.css b/src/css/ext6-pmx.css
index 886e24a..2286003 100644
--- a/src/css/ext6-pmx.css
+++ b/src/css/ext6-pmx.css
@@ -274,3 +274,18 @@ div.right-aligned {
 /* markdown tables end */
 
 /* markdown content end */
+
+/* fix action column icons */
+.x-action-col-icon:before {
+    color: #555;
+}
+
+.x-action-col-icon {
+    font-size: 13px;
+    height: 13px;
+}
+
+.x-grid-cell-inner-action-col {
+    padding: 6px 10px 5px;
+}
+/* fix action column icons end*/
\ No newline at end of file
-- 
2.30.2





More information about the pmg-devel mailing list