border on console
This commit is contained in:
parent
1a6d13840e
commit
cc0fbdd496
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue