tridactyl/src/static/hint.css

30 lines
649 B
CSS
Raw Normal View History

span.TridactylHint {
position: absolute;
2017-11-09 12:00:22 +00:00
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: white;
background-color: red;
border-color: ButtonShadow;
border-width: 0px;
2017-11-09 13:00:19 +00:00
min-width: .75em;
border-style: solid;
2017-11-09 13:00:19 +00:00
padding: 0 1pt;
text-align: center;
z-index: 2147483647;
}
.TridactylHintElem, .TridactylHintActive {
color: black !important;
animation: none;
transition: unset;
}
.TridactylHintElem { background-color: yellow; }
.TridactylHintActive { background-color: #88FF00; }
div.TridactylHintHost {
position: static !important;
}