avatar

11

slightly darken template value color; add styling for textareas

by chrisk, 25 Jul, 2007 10:30 PM
5 11  
11 /* Styles for templated_attribute plugin */
22 
3 input.templated_attribute {
4   color: #bbb;
3 input.templated_attribute,
4 textarea.templated_attribute {
5   color: #aaa;
56 }