From e308170ed8ad0766300f1ddb15751aa34a801a72 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 27 May 2020 02:38:12 +0200 Subject: [PATCH] CSS --- htdocs/theme/eldy/global.inc.php | 3 +++ htdocs/theme/md/style.css.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 9f2e022825c..bdd9e6a55c5 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -1966,6 +1966,9 @@ div.mainmenu { margin-left: 0px; min-width: 40px; } +a.tmenuimage:focus, .mainmenu.topmenuimage:focus { + outline: none; +} /* For mainmenu, we always load the img */ diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index c58700dc007..1e760404c8d 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2001,6 +2001,9 @@ div.mainmenu { margin-left: 0px; min-width: 40px; } +a.tmenuimage:focus, .mainmenu.topmenuimage:focus { + outline: none; +} /* Do not load menu img if hidden to save bandwidth */