diff options
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; } |