mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
7 lines
154 B
CSS
7 lines
154 B
CSS
/* ---- BROWSER-SPECIFIC FIXES ---- */
|
|
/* remove dotted outlines in Firefox */
|
|
::-moz-focus-inner {
|
|
border: 0;
|
|
}
|
|
|
|
/*# sourceMappingURL=fixes.css.map */
|