diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-14 08:06:52 -0700 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-14 08:06:52 -0700 |
commit | 23446542360fa930614735a426eb4273a202e9ae (patch) | |
tree | dc1678efbe2303c750d4cd16d485eeeb5e0a2784 | |
parent | 22d419b74f50f2a569a7e73fb3f43fb8aa49975f (diff) | |
parent | 06fd7e0d21e8852edcc9e7f05b0649adcb1c9c37 (diff) | |
download | nextcloud-server-23446542360fa930614735a426eb4273a202e9ae.tar.gz nextcloud-server-23446542360fa930614735a426eb4273a202e9ae.zip |
Merge pull request #3726 from owncloud/remove-outlines
remove dotted outlines in Firefox, fix #3712
-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 */ +} |