Skip to content

Commit fec8171

Browse files
author
Jason Frame
committed
Optional shadow CSS
1 parent 602f2fe commit fec8171

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/stylesheets/tipsy.css

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
1111
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
1212
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
13+
14+
/* Uncomment for shadow */
15+
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

0 commit comments

Comments
 (0)