mirror of
https://github.com/nextcloud/server.git
synced 2026-02-21 08:51:45 -05: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 */
|