diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index a2cb765..828c723 100644 --- a/static/style.css +++ b/static/style.css @@ -282,6 +282,13 @@ textarea:focus { border-color: var(--accent-green); box-shadow: 0 0 0 2px var(-- .file-label:hover { border-color: var(--accent-blue-text); color: var(--accent-blue-text); } +.file-limit { + font-size: 0.68rem; + color: var(--tagline); + margin-left: 0.6rem; + vertical-align: middle; +} + #file { display: none; } #filename { |
