From f5e295b5a75c36b386f14725c599957a4a2fec60 Mon Sep 17 00:00:00 2001 From: Zatalyz Date: Sun, 30 Aug 2020 18:21:51 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20de=20l'input=20pour=20envoyer=20?= =?UTF-8?q?des=20fichiers,=20histoire=20de=20comprendre=20qu'il=20faut=20c?= =?UTF-8?q?liquer=20l=C3=A0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/_fileuploader.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/_fileuploader.css b/css/_fileuploader.css index 5934609..e8b2fd4 100644 --- a/css/_fileuploader.css +++ b/css/_fileuploader.css @@ -21,6 +21,20 @@ font-size: 100%; cursor: pointer; margin: 1px 1px 5px; + color: @ini_neutraldark; + background-color: @ini_neutral4; + border: outset @ini_neutral4; + padding: 0.1em 0.5em; +} + +.qq-upload-button:hover { + border-color: @ini_neutraldark; + font-weight: bold; +} +.qq-upload-button:active { + color: @ini_neutral4; + background-color: @ini_neutraldark; + font-weight: bold; } .qq-upload-button-focus {