mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
6 lines
150 B
CSS
6 lines
150 B
CSS
|
|
@namespace url(http://www.w3.org/1999/xhtml);
|
||
|
|
|
||
|
|
/* Reset default UA styles for dropdown options */
|
||
|
|
*|*::-moz-dropdown-list {
|
||
|
|
border: 0 !important;
|
||
|
|
}
|