10 lines
199 B
CSS
10 lines
199 B
CSS
.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;
|
|
}
|