summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2012-11-14 23:28:37 +0000
committerNathan Kinkade <nath@nkinka.de>2012-11-14 23:28:37 +0000
commit393ca8ff914b35c4e7ddcf0b795acec6a5ee6df4 (patch)
tree799a7c045e6df8d695f1ecec9688f458e4b8eeb4
parent41e4bb2f9a89251e18bb794f9c581b83efe14838 (diff)
Style selects boxes a little bit.
-rw-r--r--css/site.css9
1 files changed, 9 insertions, 0 deletions
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;