diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-01-13 10:38:21 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-13 15:12:27 +0000 |
| commit | 644a6a79695f8fdc1897dce1d29a15f51fbf2b7f (patch) | |
| tree | 49e1c363af37cc2399f7b2a7fb6789fd4f5da2cd /pkg | |
| parent | 019213235f656dc561a7a7795e84a3016a67417b (diff) | |
dashboard/app: make bug lists collapsible
The bug lists on the main page are extremely long,
it's very hard to navigate between them.
Make bug lists collapsible.
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/html/pages/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index f353bb583..8bc461882 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -66,6 +66,13 @@ table td, table th { color: #375EAB; } +.bug_list_caption { + font-weight: bold; + font-size: large; + color: #375EAB; + cursor: pointer; +} + .position_table { border: 0px; margin: 0px; |
