From 97d8c03f336a41eb254b1a31956ce68e4a60315c Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 24 Apr 2014 13:02:50 +0200 Subject: [PATCH] Vier: removed the gray line under the user menu when it was selected --- view/theme/vier/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 2f05b07e0..6a048aa0f 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -727,6 +727,7 @@ nav #nav-messages-linkmenu.selected, nav #nav-user-linklabel.selected, nav #nav-apps-link.selected { background-color: #364e59; + border-bottom-style: none; } /* nav #nav-community-link { */