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: 2a819aeefaf22ee27a90c61b45bb3e98d249116b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ---- BROWSER-SPECIFIC FIXES ---- */

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

/* fix height of select boxes for OS X */
select {
	height: 32px;
}