From a8bede51dbeef653e4481df6734e1a416ca0c58f Mon Sep 17 00:00:00 2001 From: Joxit Date: Fri, 13 Oct 2017 00:27:14 +0200 Subject: [PATCH] [riot-mui] Add css for select and code clean up (#17) --- src/style.css | 21 +++++++++++++++++++++ src/tags/change.tag | 33 ++++++++++++++++++--------------- 2 files changed, 39 insertions(+), 15 deletions(-) diff --git a/src/style.css b/src/style.css index b1ff198..1bc9041 100644 --- a/src/style.css +++ b/src/style.css @@ -286,4 +286,25 @@ footer { width: 100%; position: fixed; bottom: 0; +} + +.select-padding { + padding: 20px 0; +} + +select { + position: relative; + outline: 0; + box-shadow: none; + padding: 0; + width: 100%; + background: 0 0; + border: none; + font-weight: 400; + line-height: 24px; + height: 24px; + border-bottom: 1px solid #2f6975; + appearance: none; + -moz-appearance: none; + -webkit-appearance: none; } \ No newline at end of file diff --git a/src/tags/change.tag b/src/tags/change.tag index 319ac83..ad36b11 100644 --- a/src/tags/change.tag +++ b/src/tags/change.tag @@ -16,26 +16,29 @@ --> -
Change your Server ?
-
- -
-
- Change - Cancel -
+
Change your Server ?
+
+
+ +
+
+
+ Change + Cancel +
- -
+ \ No newline at end of file