We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602f2fe commit fec8171Copy full SHA for fec8171
src/stylesheets/tipsy.css
@@ -10,3 +10,6 @@
10
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
11
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
12
.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