diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-18 15:19:21 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-18 15:19:21 +0500 |
| commit | aeff80740333ec49d13638f36b2bc74bc820404c (patch) | |
| tree | 16daf7a82b950bc278383828e50cf410a6e9f7f9 /public/static/style.css | |
| parent | 70f40b94ad7f2d9eeb82a9313049e96d8fbc068d (diff) | |
feat: set file password
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index 2194b28..1d640a3 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -364,4 +364,10 @@ button[type=submit].fancy:hover { .font-small { font-size: 10px; +} + +.help { + cursor: help; + font-size: 10px; + vertical-align: top; }
\ No newline at end of file |
