summaryrefslogtreecommitdiffhomepage
path: root/plugins/webbox/html/webbox.css
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-11 08:40:32 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-11 08:40:32 +0200
commit09781f62d0357636e1e4065331a5786a4262e555 (patch)
tree911f976f9f408c81792fee2fadd77beed998d10b /plugins/webbox/html/webbox.css
parent6c1cc0b2c854dd56dcb6238816a6ce2cb493c71c (diff)
webbox: Selection via checkbox
Diffstat (limited to 'plugins/webbox/html/webbox.css')
-rw-r--r--plugins/webbox/html/webbox.css4
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;
}