Added style for select boxes

This commit is contained in:
Armin Ronacher 2010-05-03 11:47:31 +02:00
parent 63cb27afb8
commit 5edebdabd0

View file

@ -26,7 +26,7 @@ blockquote { margin: 0; font-style: italic; color: #444; }
margin: 10px -30px; }
/* forms */
input, textarea { border: 1px solid black; padding: 2px; background: white;
input, textarea, select { border: 1px solid black; padding: 2px; background: white;
font-family: 'Georgia', serif; font-size: 17px; color: #004B6B; }
textarea { width: 99%; }
input[type="submit"] { background: #DEEBF3; border-color: #004B6B; }