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