From: Jan-Christoph Borchardt Date: Fri, 14 Jun 2013 12:08:04 +0000 (+0200) Subject: remove dotted outlines in Firefox, fix #3712 X-Git-Tag: v6.0.0alpha2~629^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=06fd7e0d21e8852edcc9e7f05b0649adcb1c9c37;p=nextcloud-server.git remove dotted outlines in Firefox, fix #3712 --- diff --git a/core/css/styles.css b/core/css/styles.css index 58e750da4fa..40a17a42876 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -664,3 +664,10 @@ button.loading { background-position: right 10px center; background-repeat: no-repeat; padding-right: 30px; } + + + +/* ---- BROWSER-SPECIFIC FIXES ---- */ +::-moz-focus-inner { + border: 0; /* remove dotted outlines in Firefox */ +}