4 lines
147 B
CSS
4 lines
147 B
CSS
:focus { background-color: green; }
|
|
|
|
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1645773 */
|
|
textarea { -moz-appearance: none; }
|