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;