border on console

This commit is contained in:
Shin'ya Ueoka 2017-11-15 21:54:52 +09:00
parent 1a6d13840e
commit cc0fbdd496
2 changed files with 5 additions and 2 deletions

View file

@ -12,7 +12,6 @@ body {
}
.vimvixen-console {
border-top: 1px solid gray;
bottom: 0;
margin: 0;
padding: 0;
@ -24,6 +23,10 @@ body {
line-height: 16px;
}
&-command-wrapper {
border-top: 1px solid gray;
}
&-completion {
background-color: white;