Skip to content

Commit

Permalink
Added fallback for browsers without rgba support.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbenner committed Jul 31, 2012
1 parent 71689e8 commit cdd172c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.powertip.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* PowerTip Plugin */
#powerTip {
cursor: default;
background-color: #333; /* fallback for browsers that dont support rgba */
background-color: rgba(0, 0, 0, 0.8);
border-radius: 6px;
color: #FFF;
Expand Down

0 comments on commit cdd172c

Please sign in to comment.