From ed9c17c4d24656b78faf0b54ab218649ed6c480d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Gerg=C5=91?= Date: Sun, 30 Aug 2015 19:15:19 +0200 Subject: [PATCH] Minor changes --- pgwmenu.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pgwmenu.css b/pgwmenu.css index d9f0676..8cc6bf9 100644 --- a/pgwmenu.css +++ b/pgwmenu.css @@ -50,10 +50,11 @@ font-size: 0.9rem; } -.pgwMenu a{ +.pgwMenu a { display: block; color: #fff; line-height: 40px; + outline: 0; padding: 0 12px; text-decoration: none; } @@ -70,12 +71,12 @@ background: #c5c5c5; } -.pgwMenu li a:hover{ +.pgwMenu li a:hover { background: #666; text-decoration: none; } -.pgwMenu.light li a:hover{ +.pgwMenu.light li a:hover { background: #d0d0d0; }