Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fixes.css « css « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6401bd3ec671edcb8a150a41d3d4bd5fc85e06e9 (plain)
1
2
3
4
5
6
7
/* ---- BROWSER-SPECIFIC FIXES ---- */
/* remove dotted outlines in Firefox */
::-moz-focus-inner {
  border: 0;
}

/*# sourceMappingURL=fixes.css.map */