diff --git a/static/styles/landing-page.css b/static/styles/landing-page.css index 2f82681772..396c88ca1a 100644 --- a/static/styles/landing-page.css +++ b/static/styles/landing-page.css @@ -3204,7 +3204,8 @@ nav ul li.active::after { } nav ul li, - nav ul li a { + nav ul li a, + .portico-header .dropdown-pill .realm-name { color: hsl(0, 0%, 27%) !important; } diff --git a/static/styles/portico.css b/static/styles/portico.css index 0cb0250f86..614886eb02 100644 --- a/static/styles/portico.css +++ b/static/styles/portico.css @@ -714,9 +714,8 @@ input.text-error { .portico-header .dropdown-pill { border: 1px solid rgba(0,0,0,0.2); border-radius: 4px; - font-weight: 400; - + padding: 4px; cursor: pointer; } @@ -755,11 +754,8 @@ input.text-error { .portico-header .dropdown-pill .header-realm-icon { width: 26px; height: 26px; - vertical-align: top; - - border-radius: 4px 0px 0px 4px; - background: #fff; + border-radius: 4px; } .app {