Merge pull request #591 from vector-im/green_line

Add CSS for the green read-up-to marker.
pull/599/head
David Baker 2016-01-07 11:40:11 +00:00
commit 5b4457d33c
1 changed files with 5 additions and 0 deletions

View File

@ -164,6 +164,11 @@ limitations under the License.
margin-bottom: 12px;
}
hr.mx_RoomView_myReadMarker {
border-top: solid 1px #76cfa6;
border-bottom: none;
}
.mx_RoomView_statusArea {
-webkit-box-ordinal-group: 4;
-moz-box-ordinal-group: 4;