From f25f560f8ffccbc545b6646e6237ffe295775951 Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Thu, 11 May 2017 12:13:56 +0200 Subject: [PATCH] Improve media upload button styles. --- public/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/style.css b/public/style.css index 1b26388..7e580e1 100644 --- a/public/style.css +++ b/public/style.css @@ -465,7 +465,18 @@ li.load-more { height: 100%; display: block; content: 'Attach a media'; + border-radius: 4px; +} + +input.form-control[type=file] { + background: none; +} + +input[type=file]:focus { outline: 0; + outline-offset: 0; + border-color: #000; + box-shadow: none; } .draft-attachment-input:hover:after {