diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
index c2f58a77e3..4cb820855c 100644
--- a/layouts/partials/menu.html
+++ b/layouts/partials/menu.html
@@ -64,7 +64,7 @@
{{- if $showlangswitch }}
-
-
+
-
diff --git a/static/css/theme.css b/static/css/theme.css
index b3b0618cf8..15b2b242b5 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -1388,37 +1388,27 @@ h6 a {
margin-top: 1rem;
}
+.select-container {
+ height: 1.5rem;
+}
+
.select-style {
border: 0;
border-radius: 0px;
- display: inline-flex;
+ height: 1.5rem;
+ margin-left: 1.5rem;
+ position: relative;
overflow: hidden;
- width: 150px;
-}
-
-.select-style svg {
- fill: #ccc;
- height: 14px;
- margin: auto;
- pointer-events: none;
- width: 14px;
-}
-
-.select-style svg:hover {
- fill: #e6e6e6;
+ top: -1.5rem;
}
.select-style select {
-webkit-appearance: none;
border: none;
box-shadow: none;
- background: transparent;
+ background-color: transparent;
background-image: none;
- margin: auto;
- margin-left: 0px;
- margin-right: -20px;
- padding: 0;
- width: 130%;
+ width: 100%;
}
.select-style select:focus {
@@ -1426,7 +1416,7 @@ h6 a {
}
.select-style :hover {
- cursor: pointer;
+ cursor: pointer;
}
@media only all and (max-width: 47.938em) {