From 393ca8ff914b35c4e7ddcf0b795acec6a5ee6df4 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Wed, 14 Nov 2012 23:28:37 +0000 Subject: Style selects boxes a little bit. --- css/site.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/site.css b/css/site.css index a81b4c7..29c4f9f 100644 --- a/css/site.css +++ b/css/site.css @@ -46,6 +46,15 @@ a:hover.whiteLink { text-decoration: underline; } +select { + padding: 3px; + border-radius: 4px; + background: #cedef4; + border: none; + outline: none; + cursor: pointer; +} + #header { height: 80px; position: relative; -- cgit v1.2.3