diff --git a/resources/forms.less b/resources/forms.less index e3e0bca..1859962 100644 --- a/resources/forms.less +++ b/resources/forms.less @@ -144,7 +144,6 @@ button { padding: 0.25em 1em 0.1em 1em; border: solid 1px @grey; border-bottom-width: @border; - text-shadow: 0 -1px 0 @grey; box-sizing: border-box; border-radius: @radius; background: @background; @@ -159,6 +158,11 @@ button { background-color: @grey-bright; } } +input[ type='submit' ], +input[ type='button' ], +button { + text-shadow: 0 -1px 0 @grey; +} textarea { width: 100%; resize: vertical;