Skip to content

Commit cdd172c

Browse files
committed
Added fallback for browsers without rgba support.
1 parent 71689e8 commit cdd172c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jquery.powertip.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* PowerTip Plugin */
22
#powerTip {
33
cursor: default;
4+
background-color: #333; /* fallback for browsers that dont support rgba */
45
background-color: rgba(0, 0, 0, 0.8);
56
border-radius: 6px;
67
color: #FFF;

0 commit comments

Comments
 (0)