From 82008faff809bb18cffc8c305775692008dcc6ca Mon Sep 17 00:00:00 2001 From: Nad Chishtie Date: Fri, 16 Aug 2019 14:22:49 -0700 Subject: Polish input selection --- synapse_topology/webui/src/scss/main.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'synapse_topology/webui') diff --git a/synapse_topology/webui/src/scss/main.scss b/synapse_topology/webui/src/scss/main.scss index 088097ba20..b497c54639 100644 --- a/synapse_topology/webui/src/scss/main.scss +++ b/synapse_topology/webui/src/scss/main.scss @@ -125,13 +125,14 @@ pre { select { @include select; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; + // -webkit-appearance: none; + // -moz-appearance: none; + // appearance: none; + height: 1.6rem; font-size: 0.6rem; border-style: none; background: white; - border-radius: 4rem; + border-radius: 14rem; color: $font; padding: 0.6rem 1rem; -- cgit 1.5.1