From 1db2e6483cf7ea1467be4ec038ce340126695cb1 Mon Sep 17 00:00:00 2001 From: Bala Clark Date: Thu, 1 Sep 2011 00:31:39 +0200 Subject: [PATCH] simple toolbar style --- css/styles.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index 414c4a8..075d3a2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -10,13 +10,18 @@ .cb-control.floating { margin: 5px; - border: 2px solid #444; - border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; - box-shadow: 0 0 4px #000; + border-radius: 4px; +} + +.cb-control.floating, +#cb-toolbar { + border: 2px solid #444; -webkit-box-shadow: 0 0 4px #000; -moz-box-shadow: 0 0 4px #000; + box-shadow: 0 0 4px #000; + } .cb-control.cb-navigate { @@ -50,6 +55,9 @@ top: 0; height: 25px; opacity: 0; + border-top: none; + border-left: none; + border-right: none; } #cb-toolbar #cb-status {