mirror of
https://github.com/moparisthebest/kaiwa
synced 2025-01-13 14:48:09 -05:00
Tidy up borders
This commit is contained in:
parent
70eb14cc0f
commit
f39307cdea
@ -1211,6 +1211,7 @@ button.secondary:hover:not(:disabled) {
|
||||
right: 0px;
|
||||
left: 201px;
|
||||
z-index: 200;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
.chatBox form {
|
||||
background: #f7f7f7;
|
||||
@ -1258,7 +1259,7 @@ button.secondary:hover:not(:disabled) {
|
||||
box-sizing: border-box;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background: #f7f7f7;
|
||||
border-left: 1px solid #d6d6d6;
|
||||
border-left: 1px solid #eee;
|
||||
}
|
||||
.group.conversation .groupRoster li {
|
||||
padding: 3px;
|
||||
|
@ -316,6 +316,7 @@
|
||||
right: 0px
|
||||
left: 201px
|
||||
z-index: 200
|
||||
border-top: 1px solid #eee
|
||||
|
||||
form
|
||||
background: lighten($gray-light, 93%)
|
||||
@ -362,7 +363,7 @@
|
||||
borderbox()
|
||||
-webkit-overflow-scrolling: touch
|
||||
background: lighten($gray, 95%)
|
||||
border-left: 1px solid darken($gray-lighter, 10%)
|
||||
border-left: 1px solid #eee
|
||||
|
||||
li
|
||||
padding: 3px
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1388530344722
|
||||
# 0.0.1 1388531436566
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user