Conversation list style tweaks
List items are translucent normally, opaque grey/white when selected. // FREEBIE
This commit is contained in:
parent
b0112e8c2e
commit
f7452d2825
2 changed files with 4 additions and 8 deletions
|
@ -271,14 +271,12 @@ $avatar-size: 44px;
|
|||
padding: 12px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 0px 1px rgba(#aaa, 0.8);
|
||||
background: $grey_l;
|
||||
background: rgba(255,255,255,0.6);
|
||||
margin: 10px;
|
||||
border-radius: 10px;
|
||||
|
||||
&.selected {
|
||||
background: $blue;
|
||||
color: #ffffff;
|
||||
background: $grey_l;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
|
|
|
@ -225,13 +225,11 @@ img.emoji {
|
|||
padding: 12px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 0px 1px rgba(170, 170, 170, 0.8);
|
||||
background: #f3f3f3;
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
margin: 10px;
|
||||
border-radius: 10px; }
|
||||
.contact.selected {
|
||||
background: #2090ea;
|
||||
color: #ffffff; }
|
||||
background: #f3f3f3; }
|
||||
.contact:first-child {
|
||||
margin-top: 0; }
|
||||
.contact:last-child::after {
|
||||
|
|
Loading…
Reference in a new issue