]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove dotted outlines in Firefox, fix #3712
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 14 Jun 2013 12:08:04 +0000 (14:08 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 14 Jun 2013 12:08:04 +0000 (14:08 +0200)
core/css/styles.css

index 58e750da4fa8aa3fd425a4575e520073ae234d6a..40a17a42876c3b939f0cda97eafdcc83705f2688 100644 (file)
@@ -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 */
+}