From 09781f62d0357636e1e4065331a5786a4262e555 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 11 May 2020 08:40:32 +0200 Subject: webbox: Selection via checkbox --- plugins/webbox/html/webbox.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/webbox/html/webbox.css') diff --git a/plugins/webbox/html/webbox.css b/plugins/webbox/html/webbox.css index 89f4885..859fade 100644 --- a/plugins/webbox/html/webbox.css +++ b/plugins/webbox/html/webbox.css @@ -199,6 +199,10 @@ table.list td { border-color: #808080; } +table.list td.selector { + width: 20px; +} + table.list td.type { width: 30px; } -- cgit v1.2.3