mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Add CSS for the green read-up-to marker.
This commit is contained in:
parent
df111223fc
commit
36e5ac3d7f
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue