]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
css: dark theme: fix panel borders for pmg eol theme
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 23 Sep 2024 14:26:08 +0000 (16:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 26 Sep 2024 09:14:28 +0000 (11:14 +0200)
commit51e64f26ecd932ffe9cac8130a58cfb81d9c6eec
tree7d12343577e5353f42bfe02c02ccda7dbbbd9652
parentf420a35cb7a2a83440370d1d97dd0f3afba7f274
css: dark theme: fix panel borders for pmg eol theme

since the header markup is different than what we use in pve, the
'spacer' elements in the pmg header get a (different colored) border by
default.

We already overwrite it for the first spacer, but when we show an EOL
notice, we have two of them, so add the second one to the rule too.
This also uses the 'css next sibling selector', just for the sibling of
the div with the 'eol-notice' class instead of the 'versioninfo' one.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/proxmox-dark/scss/proxmox/_general.scss