diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-20 23:22:03 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-20 23:22:03 +0100 |
| commit | deaa85b6215a9d643834a00f64202b0efc758b76 (patch) | |
| tree | 0572eb8ebceeabd9b981ce8866a078cdbc4600f9 /ui/client-style | |
| parent | 8b2cf84bc7a80f9a45aa350a2c98949bfed4b7c1 (diff) | |
| download | jellything-deaa85b6215a9d643834a00f64202b0efc758b76.tar jellything-deaa85b6215a9d643834a00f64202b0efc758b76.tar.bz2 jellything-deaa85b6215a9d643834a00f64202b0efc758b76.tar.zst | |
Show metadata sources
Diffstat (limited to 'ui/client-style')
| -rw-r--r-- | ui/client-style/src/layout.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/client-style/src/layout.css b/ui/client-style/src/layout.css index a7f0b28..6eeea1c 100644 --- a/ui/client-style/src/layout.css +++ b/ui/client-style/src/layout.css @@ -141,10 +141,10 @@ summary h3 { width: max(10em, 40%); } -table.striped tr:nth-child(2n) { +table tr:nth-child(2n) { background-color: #fff2; } -table.striped td { +table td { border: none; padding: 5px; } |