Fixed file dropper appearance

This commit is contained in:
Marcin Kurczewski 2014-10-26 00:16:47 +02:00
parent eefdfd7834
commit fd0e698413
2 changed files with 6 additions and 5 deletions

View file

@ -170,15 +170,16 @@ input[type=checkbox]:focus + label {
background: none; background: none;
} }
.file-handler { .file-handler {
box-shadow: none; box-shadow: none !important;
border: 3px dashed #eee; outline: none !important;
padding: 0.3em 0.5em; border: 3px dashed #eee !important;
padding: 0.3em 0.5em !Important;
line-height: 140% !important; line-height: 140% !important;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
} }
.file-handler.active { .file-handler.active {
border-color: #64C2ED; border-color: #64C2ED !important;
background-color: #eeffcc; background-color: #eeffcc;
} }

View file

@ -5,7 +5,7 @@
} }
#post-upload-step1 .file-handler { #post-upload-step1 .file-handler {
padding: 3.5em; padding: 3.5em !important;
width: 100%; width: 100%;
} }