diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-11 08:40:32 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-11 08:40:32 +0200 |
commit | 09781f62d0357636e1e4065331a5786a4262e555 (patch) | |
tree | 911f976f9f408c81792fee2fadd77beed998d10b /plugins/webbox/html/webbox.css | |
parent | 6c1cc0b2c854dd56dcb6238816a6ce2cb493c71c (diff) |
webbox: Selection via checkbox
Diffstat (limited to 'plugins/webbox/html/webbox.css')
-rw-r--r-- | plugins/webbox/html/webbox.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |