From: Greg Hurrell Date: Wed, 31 May 2017 06:10:01 +0000 (-0700) Subject: Peter Griffin CSS commit X-Git-Url: https://git.wincent.com/hextrapolate.git/commitdiff_plain/44723aa98a3ddae162b27eafa342ffeae3d268b7 Peter Griffin CSS commit --- diff --git a/src/App.css b/src/App.css index ad2383c..f74d64f 100644 --- a/src/App.css +++ b/src/App.css @@ -95,14 +95,19 @@ body { .hextrapolate-field input, .hextrapolate-field input:focus, - .hextrapolate-field select, - .hextrapolate-field select:focus { + .hextrapolate-base select, + .hextrapolate-base select:focus { background: #eee; font-size: 16px; } + .hextrapolate-base select { + margin-bottom: 8px; + } + .hextrapolate-row { display: block; + min-height: 40px; } .hextrapolate-base {