mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
18 lines
334 B
CSS
18 lines
334 B
CSS
textarea:-moz-placeholder,
|
|
textarea.ref {
|
|
-moz-appearance: none;
|
|
color: -moz-FieldText;
|
|
background-color: green;
|
|
}
|
|
|
|
textarea:-moz-placeholder.complex,
|
|
textarea.complex-ref {
|
|
-moz-appearance: none;
|
|
color: green;
|
|
background-color: #c7c7c7;
|
|
font-style: italic;
|
|
border: 2px solid green;
|
|
height: 300px;
|
|
width: 300px;
|
|
}
|