From: Thomas Lamprecht Date: Tue, 10 Oct 2023 06:19:33 +0000 (+0200) Subject: ui: ceph warnings: use normal font-weight X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d3cbdb217c58fef23e061bcae6db7f4824d4f159;p=pve-manager.git ui: ceph warnings: use normal font-weight The use of the
 tag will result in font-family `monospace`, and
monospace fonts are often a bit odd w.r.t. size and weight. E.g.,
without this I get a light-font selected, which is hardly visible.

Set the weight to normal, which should not hurt those that got a
better font selection by there system/browser already.

Signed-off-by: Thomas Lamprecht 
---

diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index feac1103..f386fd12 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -715,4 +715,5 @@ table.osds td:first-of-type {
     white-space: pre-wrap;
     margin: 0;
     padding-bottom: 10px;
+    font-weight: normal;
 }