diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-06 04:06:16 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-06 04:06:16 -0700 |
commit | f1c451bafb2dd4a3c61cbb2072b5d5ffe5726842 (patch) | |
tree | b01abfd1f9be37d68153e5715dda19e24d661259 /web/static | |
parent | 923b945be41739c109b5452567a521fa03c44498 (diff) | |
download | dartboat-f1c451bafb2dd4a3c61cbb2072b5d5ffe5726842.tar.gz dartboat-f1c451bafb2dd4a3c61cbb2072b5d5ffe5726842.tar.xz |
web: move scroll ellipses to CSS where they belong
Diffstat (limited to 'web/static')
-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; |