From 4ae84d5e1ade815cb88679f064e946559d7cd0fc Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 24 Jan 2017 14:25:21 -0800 Subject: [PATCH] Styled updateSetting('editorFontSize', parseInt(e.target.value, 10))}/> - - +
+
+ +
-
- +
+ +
diff --git a/app/ui/css/components/forms.less b/app/ui/css/components/forms.less index 60cbe84ab..e92b5a7b2 100644 --- a/app/ui/css/components/forms.less +++ b/app/ui/css/components/forms.less @@ -10,6 +10,7 @@ input, textarea, + select, button { width: 100%; height: 100%; @@ -57,14 +58,17 @@ &.form-control--outlined, &.form-control--underlined { textarea, - input { + input, + select { + height: @line-height-xs; border: 1px solid @hl-md; - padding: @padding-sm; + padding: 0 @padding-sm; border-radius: @radius-md; background-color: @hl-xxs; } textarea:focus, + select:focus, input:focus { background-color: transparent; border-color: @hl-lg; @@ -78,6 +82,7 @@ &.form-control--padded { textarea, + select, input { border: 0; } @@ -85,6 +90,7 @@ &.form-control--underlined { textarea, + select, input { border-radius: 0; border-top: 0; @@ -181,7 +187,7 @@ } } -textarea, input, button { +textarea, input, button, select { box-sizing: border-box; text-align: left; font-size: inherit;