From fd0e6984138c094ccc7f115781ffb985ff650e32 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 26 Oct 2014 00:16:47 +0200 Subject: [PATCH] Fixed file dropper appearance --- public_html/css/forms.css | 9 +++++---- public_html/css/post-upload.css | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/public_html/css/forms.css b/public_html/css/forms.css index 97c5cfff..1d600e82 100644 --- a/public_html/css/forms.css +++ b/public_html/css/forms.css @@ -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; } diff --git a/public_html/css/post-upload.css b/public_html/css/post-upload.css index c06146c9..fe03607e 100644 --- a/public_html/css/post-upload.css +++ b/public_html/css/post-upload.css @@ -5,7 +5,7 @@ } #post-upload-step1 .file-handler { - padding: 3.5em; + padding: 3.5em !important; width: 100%; }