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