tooltip lost styles

This commit is contained in:
Kyle Fiedler
2012-03-01 11:39:18 -05:00
parent f7996b58f8
commit 1987e8a29b

View File

@@ -121,12 +121,12 @@ nav.sequence-nav {
p {
position: absolute;
display: none;
background: #B3A87E;
background: #333;
padding: 6px;
white-space: pre-wrap;
z-index: 99;
margin: 4px 0 0 -5px;
text-shadow: 0 -1px 0 darken(#B3A87E, 10%);
text-shadow: 0 -1px 0 #000;
color: #fff;
&:empty {
@@ -138,7 +138,7 @@ nav.sequence-nav {
}
&::after {
background: #B3A87E;
background: #333;
content: " ";
display: block;
height: 10px;