From b01c1f3b9a426bf0dfd61a7fb9d8b8a02444e830 Mon Sep 17 00:00:00 2001 From: Gabriele Date: Tue, 4 Nov 2014 22:00:00 +0100 Subject: [PATCH] Don't show white parts when hovering over the elements of the menu --- src/webui/www/public/css/Layout.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/webui/www/public/css/Layout.css b/src/webui/www/public/css/Layout.css index 8543982b9..9de4d720b 100644 --- a/src/webui/www/public/css/Layout.css +++ b/src/webui/www/public/css/Layout.css @@ -148,7 +148,6 @@ body { } #desktopNavbar li ul { - padding: 2px; border: 1px solid #3f3f3f; background: #fff url(../images/skin/bg-dropdown.gif) repeat-y; position: absolute; @@ -185,11 +184,11 @@ body { #desktopNavbar li ul li a { position: relative; /*padding: 1px 9px 1px 25px;*/ - width: 130px; + width: 134px; color: #3f3f3f; font-weight: normal; /* Fix By Chris */ - padding: 1px 9px 1px 20px; /* Reduce left padding */ + padding: 1px 10px 1px 20px; /* Reduce left padding */ } #desktopNavbar li ul li a:hover {