style-shown.css (361B)
1 textarea::placeholder { 2 color: green; 3 opacity: 1.0; 4 } 5 6 textarea:placeholder-shown { 7 appearance: none; 8 color: FieldText; 9 background-color: red; 10 } 11 12 textarea:placeholder-shown.shown, 13 textarea.shown-ref { 14 appearance: none; 15 color: green; 16 background-color: #c7c7c7; 17 font-style: italic; 18 border: 2px solid green; 19 height: 200px; 20 width: 200px; 21 }