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;
}
.file-handler {
box-shadow: none;
border: 3px dashed #eee;
padding: 0.3em 0.5em;
box-shadow: none !important;
outline: none !important;
border: 3px dashed #eee !important;
padding: 0.3em 0.5em !Important;
line-height: 140% !important;
text-align: center;
cursor: pointer;
}
.file-handler.active {
border-color: #64C2ED;
border-color: #64C2ED !important;
background-color: #eeffcc;
}

View file

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