Commit 1987e8a2 by Kyle Fiedler

tooltip lost styles

parent f7996b58
...@@ -121,12 +121,12 @@ nav.sequence-nav { ...@@ -121,12 +121,12 @@ nav.sequence-nav {
p { p {
position: absolute; position: absolute;
display: none; display: none;
background: #B3A87E; background: #333;
padding: 6px; padding: 6px;
white-space: pre-wrap; white-space: pre-wrap;
z-index: 99; z-index: 99;
margin: 4px 0 0 -5px; margin: 4px 0 0 -5px;
text-shadow: 0 -1px 0 darken(#B3A87E, 10%); text-shadow: 0 -1px 0 #000;
color: #fff; color: #fff;
&:empty { &:empty {
...@@ -138,7 +138,7 @@ nav.sequence-nav { ...@@ -138,7 +138,7 @@ nav.sequence-nav {
} }
&::after { &::after {
background: #B3A87E; background: #333;
content: " "; content: " ";
display: block; display: block;
height: 10px; height: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment