mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
8 lines
154 B
CSS
8 lines
154 B
CSS
/* ---- BROWSER-SPECIFIC FIXES ---- */
|
|
/* remove dotted outlines in Firefox */
|
|
::-moz-focus-inner {
|
|
border: 0;
|
|
}
|
|
|
|
/*# sourceMappingURL=fixes.css.map */
|