Skip to content

Commit 0bbf0e5

Browse files
committed
Minor tooltip restyle.
1 parent dcd49db commit 0bbf0e5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jquery.powertip.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
/* PowerTip Plugin */
22
#powerTip {
33
cursor: default;
4-
background-color: #000;
5-
border: 1px solid #999;
4+
background-color: rgba(0, 0, 0, 0.8);
65
border-radius: 6px;
7-
box-shadow: 0 0 3px rgba(255, 255, 255, 0.5) inset;
86
color: #FFF;
97
display: none;
10-
opacity: 0.9;
118
padding: 10px;
129
position: absolute;
1310
z-index: 2;

0 commit comments

Comments
 (0)