add hint element wrapper

This commit is contained in:
Shin'ya Ueoka 2017-08-20 18:11:52 +09:00
parent f1c920e000
commit 99c1b83133
2 changed files with 45 additions and 0 deletions

7
src/content/hint.css Normal file
View file

@ -0,0 +1,7 @@
.vimvixen-hint {
background-color: yellow;
border: 1px solid gold;
font-weight: bold;
position: absolute;
text-transform: uppercase;
}