diff options
-rw-r--r-- | core/css/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 */ +} |