diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-29 13:41:30 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-29 13:41:30 +0200 |
commit | 8782c6c3d7e2f23ef8f24f5728cfc3168a1e0821 (patch) | |
tree | 824c37c5e60a998d04f22a4b9c7bb14c658d0e2e /plugins/webbox/html/webbox.css | |
parent | eff5a1ee1cd8a681f436945a48bbda46be416d9c (diff) |
webserver 1.8: webbox: Own checkbox images, because browsers use funny symbols otherwise
Diffstat (limited to 'plugins/webbox/html/webbox.css')
-rw-r--r-- | plugins/webbox/html/webbox.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/webbox/html/webbox.css b/plugins/webbox/html/webbox.css index dbb151c..dac1d64 100644 --- a/plugins/webbox/html/webbox.css +++ b/plugins/webbox/html/webbox.css @@ -204,7 +204,7 @@ table.list td { } table.list td.selector { - width: 20px; + width: 36px; } table.list td.type { |