summary refs log tree commit diff
diff options
context:
space:
mode:
authorNad Chishtie <n.chishtie@gmail.com>2019-08-20 12:17:11 -0700
committerJorik Schellekens <joriks@matrix.org>2019-08-28 15:59:54 +0100
commit4d2f0090e925961f94688e3f98c31f7593f51179 (patch)
treef5cbfd410f65d1c74b28b05d48e914cd83f596f3
parentSeparate select & input @mixins (diff)
downloadsynapse-4d2f0090e925961f94688e3f98c31f7593f51179.tar.xz
Simplify select styles to fix cross browser bugs
-rw-r--r--synapse_topology/webui/src/scss/main.scss9
1 files changed, 2 insertions, 7 deletions
diff --git a/synapse_topology/webui/src/scss/main.scss b/synapse_topology/webui/src/scss/main.scss
index 271b7363bc..f998cf3732 100644
--- a/synapse_topology/webui/src/scss/main.scss
+++ b/synapse_topology/webui/src/scss/main.scss
@@ -108,13 +108,8 @@ pre {
 }
 
 select {
-    height: 1.6rem;
-    font-size: 0.6rem;
-    border-style: none;
-    background: white;
-    border-radius: 14rem;
-    color: $font;
-    padding: 0.6rem 1rem;
+    font-size: 0.7rem
+    margin-bottom: 1rem;
 
     &:after {
         content: ▸;