diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-12 19:18:16 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-12 19:18:16 +0200 |
commit | 0a4b9218017db3d058f5e215f855bc3f97bd161b (patch) | |
tree | 6be4a54e6979549493a9f8126ebd62d4d7e40867 /plugins/webbox/html/webbox.css | |
parent | 11bf077027ec2833d1944a79eeb4d5407195af09 (diff) |
Add links to partial pathes in directory line
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 6ea5147..dbb151c 100644 --- a/plugins/webbox/html/webbox.css +++ b/plugins/webbox/html/webbox.css @@ -110,6 +110,10 @@ table.menudialog { overflow-y: scroll; } +span.link { + cursor: pointer; +} + table.menudialog td.entry { cursor: pointer; border-width: 0; |