mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
6 lines
119 B
CSS
6 lines
119 B
CSS
|
|
[placeholder="bar"]::-moz-placeholder,
|
||
|
|
[placeholder="foo"]::placeholder,
|
||
|
|
input.ref {
|
||
|
|
color: green;
|
||
|
|
opacity: 1.0;
|
||
|
|
}
|