bit more styling for floating controls

This commit is contained in:
Bala Clark 2011-08-31 00:21:55 +02:00
parent c4e9c72cc6
commit 696b6f489b

View file

@ -12,9 +12,13 @@ body {
} }
.control.floating { .control.floating {
border: 2px solid #444;
border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
-moz-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 { .control.navigate {