diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss index fbf7eee5d8..c5c7ed4dfc 100644 --- a/themes/metro/scss/_common.scss +++ b/themes/metro/scss/_common.scss @@ -104,10 +104,10 @@ body#loginform { select { margin: 0 !important; - border: 1px solid $navi-background; - background: $navi-background; - color: $navi-color; - padding-left: 0 !important; + border: 1px solid #ccc; + background: white; + color: #333; + padding-left: 5px; font-family: $font-family-base; min-width: 100%; @@ -124,6 +124,10 @@ body#loginform { padding-top: 0; padding-left: 0; padding-right: 0; + + a { + color: white; + } } .card,