mirror of
https://github.com/vale981/tridactyl
synced 2025-03-12 05:26:42 -04:00
18 lines
461 B
CSS
18 lines
461 B
CSS
![]() |
span.TridactylHint {
|
||
|
position: absolute;
|
||
|
font-family: monospace;
|
||
|
font-size: 10px;
|
||
|
font-weight: bold;
|
||
|
text-transform: uppercase;
|
||
|
color: white;
|
||
|
background-color: red;
|
||
|
border-color: ButtonShadow;
|
||
|
border-width: 0px;
|
||
|
border-style: solid;
|
||
|
padding: 0px 1px 0px 1px;
|
||
|
z-index: 2147483647;
|
||
|
}
|
||
|
|
||
|
.TridactylHintElem { background-color: yellow; color: black; }
|
||
|
.TridactylHintActive { background-color: #88FF00; color: black; }
|