From ae37dc63ea0f23ec3999e7dd4cdb0a01dc28bdf9 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 29 Jan 2018 21:17:10 -0500 Subject: [PATCH] select styling --- src/scss/box.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/scss/box.scss b/src/scss/box.scss index aaa4c7018f..11d183fd3e 100644 --- a/src/scss/box.scss +++ b/src/scss/box.scss @@ -139,7 +139,7 @@ } } - input:not([type="checkbox"]), select, textarea { + input:not([type="checkbox"]), textarea { border: none; width: 100%; background-color: transparent; @@ -153,6 +153,12 @@ } } + select { + width: 100%; + border: 1px solid darken($border-color-dark, 7%); + border-radius: $border-radius; + } + .action-buttons { .row-btn { float: left;