diff options
Diffstat (limited to 'web/static/style.css')
-rw-r--r-- | web/static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/static/style.css b/web/static/style.css index 51dac74..9eeb337 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -371,6 +371,7 @@ div#visits .p100 { color: #78c018; } div#visits .p140 { color: #20e018; } div#visits .p180 { color: #20e018; font-weight: bold; } div#visits .visit-col6 { color: #666; justify-content: left; font-family: monospace; white-space: pre; } +div#visits .visit-col6:not(:empty):before { content: '…'; } .modal { background-color: #000a; |