From: Matthias Heiserer <m.heiserer@proxmox.com>
To: pbs-devel@lists.proxmox.com, pmg-devel@lists.proxmox.com,
pve-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH v2 widget-toolkit] CSS: import action column fix from pbs, pmg
Date: Fri, 7 Oct 2022 13:18:56 +0200 [thread overview]
Message-ID: <20221007111859.205737-1-m.heiserer@proxmox.com> (raw)
So it is in one location and available to pve as well.
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
---
Changes from v1:
Use the correct style from pbs, and not the older, unused one one.
13px -> 14px
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.30.2
next reply other threads:[~2022-10-07 11:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-07 11:18 Matthias Heiserer [this message]
2022-10-07 11:18 ` [pmg-devel] [PATCH v2 pmg-gui] CSS: move action column fix to widget-toolkit Matthias Heiserer
2022-10-07 11:18 ` [pmg-devel] [PATCH v2 proxmox-backup 1/2] GUI: CSS: remove redundant action column style Matthias Heiserer
2022-11-28 7:32 ` [pmg-devel] [pbs-devel] " Thomas Lamprecht
2022-11-28 14:36 ` Matthias Heiserer
2022-10-07 11:18 ` [pmg-devel] [PATCH v2 proxmox-backup 2/2] GUI: CSS: move action columns fix to widget-toolkit Matthias Heiserer
2022-11-28 8:24 ` [pmg-devel] applied: " Thomas Lamprecht
2022-10-10 8:02 ` [pmg-devel] applied: [pve-devel] [PATCH v2 widget-toolkit] CSS: import action column fix from pbs, pmg Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221007111859.205737-1-m.heiserer@proxmox.com \
--to=m.heiserer@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox