style-shown.css (348B)
1 input::placeholder { 2 color: green; 3 opacity: 1.0; 4 } 5 6 input:placeholder-shown { 7 appearance: none; 8 color: FieldText; 9 background-color: red; 10 } 11 12 input:placeholder-shown.shown, 13 input.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 }