|
|
@ -144,7 +144,6 @@ button {
|
|
|
|
padding: 0.25em 1em 0.1em 1em;
|
|
|
|
padding: 0.25em 1em 0.1em 1em;
|
|
|
|
border: solid 1px @grey;
|
|
|
|
border: solid 1px @grey;
|
|
|
|
border-bottom-width: @border;
|
|
|
|
border-bottom-width: @border;
|
|
|
|
text-shadow: 0 -1px 0 @grey;
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-radius: @radius;
|
|
|
|
border-radius: @radius;
|
|
|
|
background: @background;
|
|
|
|
background: @background;
|
|
|
@ -159,6 +158,11 @@ button {
|
|
|
|
background-color: @grey-bright;
|
|
|
|
background-color: @grey-bright;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input[ type='submit' ],
|
|
|
|
|
|
|
|
input[ type='button' ],
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
|
|
|
text-shadow: 0 -1px 0 @grey;
|
|
|
|
|
|
|
|
}
|
|
|
|
textarea {
|
|
|
|
textarea {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
resize: vertical;
|
|
|
|
resize: vertical;
|
|
|
|