From 6a083b5a00fe1f4cf9cdd311759bad432a0b0bec Mon Sep 17 00:00:00 2001 From: Zatalyz Date: Sun, 30 Aug 2020 17:13:37 +0200 Subject: [PATCH] =?UTF-8?q?Close=20#11=20:=20Design=20des=20boutons=20repr?= =?UTF-8?q?is=20pour=20=C3=AAtre=20plus=20visibles.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/basic.less | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/css/basic.less b/css/basic.less index 2efcde1..44deb7d 100644 --- a/css/basic.less +++ b/css/basic.less @@ -190,9 +190,7 @@ video, audio { max-width: 100%; } -button img { - max-width: none; -} + hr { border: 1px solid @ini_neutral2; @@ -298,7 +296,6 @@ label { input, textarea, -button, select, optgroup, option, @@ -376,3 +373,28 @@ textarea[readonly] { opacity: .5; background-color: @ini_neutral4; } + +button img { + max-width: none; +} + +button { + font: inherit; + font-weight: normal; + color: @ini_neutraldark; + background-color: @ini_neutral4; + line-height: normal; + margin: 0; + vertical-align: middle; + box-sizing: border-box; + border: outset @ini_neutral4; +} +button:hover { + border-color: @ini_neutraldark; + font-weight: bold; +} +button:active { + color: @ini_neutral4; + background-color: @ini_neutraldark; + font-weight: bold; +} \ No newline at end of file