2017-11-09 00:41:07 +00:00
|
|
|
span.TridactylHint {
|
|
|
|
position: absolute;
|
2017-11-09 12:00:22 +00:00
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 12px;
|
2017-11-09 00:41:07 +00:00
|
|
|
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;
|
2017-11-09 00:41:07 +00:00
|
|
|
border-style: solid;
|
2017-11-09 13:00:19 +00:00
|
|
|
padding: 0 1pt;
|
|
|
|
text-align: center;
|
2017-11-09 00:41:07 +00:00
|
|
|
z-index: 2147483647;
|
|
|
|
}
|
|
|
|
|
2017-11-23 01:10:16 +00:00
|
|
|
.TridactylHintElem, .TridactylHintActive {
|
|
|
|
color: black !important;
|
|
|
|
animation: none;
|
|
|
|
transition: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.TridactylHintElem { background-color: yellow; }
|
|
|
|
.TridactylHintActive { background-color: #88FF00; }
|