Skip to content

Commit

Permalink
Added non-prefixed box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
blowsie committed Mar 27, 2013
1 parent 6f13e9e commit d0a147b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controls/slick.columnpicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
padding: 6px;
-moz-box-shadow: 2px 2px 2px silver;
-webkit-box-shadow: 2px 2px 2px silver;
box-shadow: 2px 2px 2px silver;
min-width: 100px;
cursor: default;
}
Expand All @@ -27,4 +28,4 @@

.slick-columnpicker li a:hover {
background: white;
}
}

0 comments on commit d0a147b

Please sign in to comment.