add hint element wrapper
This commit is contained in:
parent
f1c920e000
commit
99c1b83133
2 changed files with 45 additions and 0 deletions
7
src/content/hint.css
Normal file
7
src/content/hint.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
.vimvixen-hint {
|
||||
background-color: yellow;
|
||||
border: 1px solid gold;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
text-transform: uppercase;
|
||||
}
|
Reference in a new issue