mirror of
https://github.com/vale981/tridactyl
synced 2025-03-10 12:46:38 -04:00
36 lines
980 B
CSS
36 lines
980 B
CSS
span.TridactylHint {
|
|
position: absolute !important;
|
|
font-family: sans-serif !important;
|
|
font-size: 12px !important;
|
|
font-weight: bold !important;
|
|
text-transform: uppercase !important;
|
|
color: white !important;
|
|
background-color: red !important;
|
|
border-color: ButtonShadow !important;
|
|
border-width: 0px !important;
|
|
min-width: .75em !important;
|
|
border-style: solid !important;
|
|
padding: 0 1pt !important;
|
|
text-align: center !important;
|
|
z-index: 2147483647 !important;
|
|
}
|
|
|
|
.TridactylHintElem, .TridactylHintActive {
|
|
color: black !important !important;
|
|
animation: none !important;
|
|
transition: unset !important;
|
|
}
|
|
|
|
.TridactylHintElem {
|
|
background-color: rgba(255, 255, 0, 0.25) !important;
|
|
outline: 1px solid #8F5902 !important;
|
|
}
|
|
|
|
.TridactylHintActive {
|
|
background-color: #88FF00 !important;
|
|
outline: 1px solid #CC0000 !important;
|
|
}
|
|
|
|
div.TridactylHintHost {
|
|
position: static !important !important;
|
|
}
|