From fa603af391fdc7cb70d4fbabff942dd43a65d59b Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Mon, 27 Jan 2014 11:57:33 +0100 Subject: [PATCH] Removes button outline as visible in Chrome --- web/viewer.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/viewer.css b/web/viewer.css index 5cb807d8d..58bdc791b 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -35,6 +35,7 @@ input, button, select { font: message-box; + outline: none; } .hidden { @@ -920,6 +921,7 @@ html[dir="rtl"] .secondaryToolbarButton.print::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; + outline: none; padding-top: 4px; text-decoration: none; }