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

fixes.scss « css « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cb6b4069ad0628e03cfb86033d4fa33b76a1630 (plain)
1
2
3
4
5
6
7
/* ---- BROWSER-SPECIFIC FIXES ---- */

/* remove dotted outlines in Firefox */
::-moz-focus-inner {
	border: 0;
}