summary refs log tree commit diff
path: root/synapse_topology/webui
diff options
context:
space:
mode:
authorNad Chishtie <n.chishtie@gmail.com>2019-08-16 14:22:49 -0700
committerJorik Schellekens <joriks@matrix.org>2019-08-28 15:59:54 +0100
commit82008faff809bb18cffc8c305775692008dcc6ca (patch)
tree785f00bfeeaeb673ac1b90446ea86cedd237f132 /synapse_topology/webui
parentPolish buttons that relate to input (diff)
downloadsynapse-82008faff809bb18cffc8c305775692008dcc6ca.tar.xz
Polish input selection
Diffstat (limited to 'synapse_topology/webui')
-rw-r--r--synapse_topology/webui/src/scss/main.scss9
1 files changed, 5 insertions, 4 deletions
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;