Skip to content

Commit

Permalink
Add Webkit and Regular border radius declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Brewster committed Mar 16, 2012
1 parent 04f8453 commit 6468c2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jquery-jvectormap.css
Expand Up @@ -2,7 +2,9 @@
position: absolute;
display: none;
border: solid 1px #CDCDCD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
color: white;
font-family: sans-serif, Verdana;
Expand All @@ -12,7 +14,9 @@

.jvectormap-zoomin, .jvectormap-zoomout {
position: absolute;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
padding: 3px;
color: white;
Expand Down

0 comments on commit 6468c2b

Please sign in to comment.