From 6bb39a87ca96c5efb2ab7951492ee9a5c41832f5 Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Wed, 8 Jun 2011 16:48:29 -0400 Subject: [PATCH] basic styling for custom control buttons --- web_assets/overviewer.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/web_assets/overviewer.css b/web_assets/overviewer.css index 14585e6..4bce661 100644 --- a/web_assets/overviewer.css +++ b/web_assets/overviewer.css @@ -32,16 +32,21 @@ body { .customControl { padding: 5px; height: 15px; + color: black; font-family: Arial, sans-serif; } .customControl > div.top { - background-color: #fff; - border: 2px solid #000; - text-align: center; - width: 70px; font-size: 12px; - width: 70px; + line-height: 160%; + text-align: center; + padding: 0px 6px; + + background-color: white; + + border: 1px solid #A9BBDF; + border-radius: 2px 2px; + box-shadow: rgba(0, 0, 0, 0.347656) 2px 2px 3px; cursor: pointer; }