tridactyl/src/static/hint.css

18 lines
450 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;
border-style: solid;
2017-11-09 12:00:22 +00:00
padding: 1pt;
z-index: 2147483647;
}
.TridactylHintElem { background-color: yellow; color: black; }
.TridactylHintActive { background-color: #88FF00; color: black; }