Close #11 : Design des boutons repris pour être plus visibles.

This commit is contained in:
Zatalyz 2020-08-30 17:13:37 +02:00
parent bb6e327a1e
commit 6a083b5a00

View file

@ -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;
}