summaryrefslogtreecommitdiff
path: root/client/css
diff options
context:
space:
mode:
authorHunternif <hunternif@gmail.com>2019-04-08 00:10:11 +0700
committerHunternif <hunternif@gmail.com>2019-04-08 01:24:50 +0700
commit035ce19788626c007619c004ef3b702f70ac262e (patch)
tree6810c2161a8efca2ce2b2ca02921ae525ab30d35 /client/css
parentc6ab097887e7f727a104941b6041335fae9dcd41 (diff)
Set common tags for all uploads, with auto-completion
Diffstat (limited to 'client/css')
-rw-r--r--client/css/post-upload.styl6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/css/post-upload.styl b/client/css/post-upload.styl
index 147df6b..6786fe1 100644
--- a/client/css/post-upload.styl
+++ b/client/css/post-upload.styl
@@ -11,7 +11,8 @@ $cancel-button-color = tomato
text-align: left
&.inactive input[type=submit],
- &.inactive .skip-duplicates
+ &.inactive .skip-duplicates,
+ &.inactive #common-tags,
&.uploading input[type=submit],
&.uploading .skip-duplicates,
&:not(.uploading) .cancel
@@ -24,6 +25,9 @@ $cancel-button-color = tomato
padding: 2em
small
font-size: 60%
+
+ label[for=common-tags]
+ display: none !important
input[type=submit]
margin-top: 1em