Skip to content

Commit

Permalink
edit stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-lin committed Mar 25, 2011
1 parent 3a9babe commit 4245894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jquery.msg.css
Expand Up @@ -14,6 +14,10 @@
.black-on-white .jquery-msg-content {
background: white;
color: #333333;
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
filter: alpha(opacity=90);
-webkit-box-shadow: 5px 5px 30px 0 black;
-moz-box-shadow: 5px 5px 30px 0 black;
box-shadow: 5px 5px 30px 0 black;
Expand Down

0 comments on commit 4245894

Please sign in to comment.