Merge pull request #3726 from owncloud/remove-outlines

remove dotted outlines in Firefox, fix #3712
remotes/origin/stable6
Jan-Christoph Borchardt 12 years ago
commit 2344654236
  1. 7
      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 */
}

Loading…
Cancel
Save