]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph warnings: use normal font-weight
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Oct 2023 06:19:33 +0000 (08:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Oct 2023 15:38:39 +0000 (17:38 +0200)
The use of the <pre> 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 <t.lamprecht@proxmox.com>
www/css/ext6-pve.css

index feac11033dad6c195e5e9d22d0240e5c77bcd79a..f386fd12ed3caebf9042c3b476ec9438f48cf878 100644 (file)
@@ -715,4 +715,5 @@ table.osds td:first-of-type {
     white-space: pre-wrap;
     margin: 0;
     padding-bottom: 10px;
+    font-weight: normal;
 }