blob: 119dd21012c5848e5eba98aa6ac3534853735c76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
.vimvixen-hint {
background-color: yellow;
border: 1px solid gold;
font-weight: bold;
position: absolute;
text-transform: uppercase;
z-index: 100000;
font-size: 12px;
color: black;
}
|