mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-12 04:25:05 -05:00
Put border in right spot
This commit is contained in:
parent
f39307cdea
commit
fe969b3c90
@ -1211,9 +1211,9 @@ button.secondary:hover:not(:disabled) {
|
|||||||
right: 0px;
|
right: 0px;
|
||||||
left: 201px;
|
left: 201px;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
border-top: 1px solid #eee;
|
|
||||||
}
|
}
|
||||||
.chatBox form {
|
.chatBox form {
|
||||||
|
border-top: 1px solid #eee;
|
||||||
background: #f7f7f7;
|
background: #f7f7f7;
|
||||||
padding: 11px;
|
padding: 11px;
|
||||||
}
|
}
|
||||||
|
@ -316,9 +316,9 @@
|
|||||||
right: 0px
|
right: 0px
|
||||||
left: 201px
|
left: 201px
|
||||||
z-index: 200
|
z-index: 200
|
||||||
border-top: 1px solid #eee
|
|
||||||
|
|
||||||
form
|
form
|
||||||
|
border-top: 1px solid #eee
|
||||||
background: lighten($gray-light, 93%)
|
background: lighten($gray-light, 93%)
|
||||||
padding: 11px
|
padding: 11px
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user