From: Shannon Sterz <s.sterz@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH pmg-gui v3 4/4] css: remove x-grid-row-loading class
Date: Fri, 17 Apr 2026 10:25:04 +0200 [thread overview]
Message-ID: <20260417082504.35648-5-s.sterz@proxmox.com> (raw)
In-Reply-To: <20260417082504.35648-1-s.sterz@proxmox.com>
as it was moved to the widget-toolkit and should be used from there.
since the version in the widget toolkit uses an svg-based spinner,
this has the effect of rendering the spinner without blur.
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
css/ext6-pmg.css | 6 ------
1 file changed, 6 deletions(-)
diff --git a/css/ext6-pmg.css b/css/ext6-pmg.css
index a6042aa..8f578dc 100644
--- a/css/ext6-pmg.css
+++ b/css/ext6-pmg.css
@@ -109,12 +109,6 @@
content: "\f115";
}
-/* loading in task list */
-.x-grid-row-loading {
- background: no-repeat center center;
- background-image: url(../ext6/theme-crisp/resources/images/loadmask/loading.gif);
-}
-
/* displayfield minheight is wrong */
.x-form-display-field-default {
min-height: 20px;
--
2.47.3
prev parent reply other threads:[~2026-04-17 8:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-17 8:25 [PATCH manager/pmg-gui/proxmox-backup/widget-toolkit v3 0/4] blurry icons follow-up Shannon Sterz
2026-04-17 8:25 ` [PATCH widget-toolkit v3 1/4] css: move x-grid-row-loading class to widget-toolkit Shannon Sterz
2026-04-17 8:25 ` [PATCH manager v3 2/4] ui: remove x-grid-row-loading class and spinner svg Shannon Sterz
2026-04-17 8:25 ` [PATCH proxmox-backup v3 3/4] css: remove x-grid-row-loading class Shannon Sterz
2026-04-17 8:25 ` Shannon Sterz [this message]
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=20260417082504.35648-5-s.sterz@proxmox.com \
--to=s.sterz@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.