Close #11 : Design des boutons repris pour être plus visibles.
This commit is contained in:
parent
bb6e327a1e
commit
6a083b5a00
1 changed files with 26 additions and 4 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue