bit more styling for floating controls
This commit is contained in:
parent
c4e9c72cc6
commit
696b6f489b
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue