mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 14:54:02 -05:00
11 lines
184 B
SCSS
11 lines
184 B
SCSS
/* ---- BROWSER-SPECIFIC FIXES ---- */
|
|
|
|
/* remove dotted outlines in Firefox */
|
|
::-moz-focus-inner {
|
|
border: 0;
|
|
}
|
|
|
|
/* fix height of select boxes for OS X */
|
|
select {
|
|
height: 32px;
|
|
}
|