From 696b6f489bca24c05974882fb35ef660479412cb Mon Sep 17 00:00:00 2001 From: Bala Clark Date: Wed, 31 Aug 2011 00:21:55 +0200 Subject: [PATCH] bit more styling for floating controls --- styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index ec7152b..0ca9e42 100644 --- a/styles.css +++ b/styles.css @@ -12,9 +12,13 @@ body { } .control.floating { + border: 2px solid #444; + border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; - border-radius: 4px; + box-shadow: 0 0 4px #000; + -webkit-box-shadow: 0 0 4px #000; + -moz-box-shadow: 0 0 4px #000; } .control.navigate {