Invert pending/sent model

This commit is contained in:
lilia
2015-07-07 19:21:10 -07:00
parent a66195a98f
commit fa4022a4e3
6 changed files with 18 additions and 12 deletions

View File

@@ -194,9 +194,12 @@
}
}
.outgoing.pending .bubble {
.outgoing .bubble {
opacity: 0.7;
}
.outgoing.sent .bubble {
opacity: 1.0;
}
.incoming {
.bubble {