Skip to content

Commit 35600f1

Browse files
committed
CSS that changes the connection lost bar into a more general 'warning bar' so we can use it for a guest access warning
1 parent 75886c4 commit 35600f1

File tree

1 file changed

+4
-4
lines changed
  • src/skins/vector/css/matrix-react-sdk/structures

1 file changed

+4
-4
lines changed

src/skins/vector/css/matrix-react-sdk/structures/RoomView.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,23 +261,23 @@ hr.mx_RoomView_myReadMarker {
261261
vertical-align: middle;
262262
}
263263

264-
.mx_RoomView_connectionLostBar {
264+
.mx_RoomView_warningBar {
265265
margin-top: 19px;
266266
height: 58px;
267267
}
268268

269-
.mx_RoomView_connectionLostBar img {
269+
.mx_RoomView_warningBar img {
270270
padding-left: 10px;
271271
padding-right: 22px;
272272
vertical-align: middle;
273273
float: left;
274274
}
275275

276-
.mx_RoomView_connectionLostBar_title {
276+
.mx_RoomView_warningBar_title {
277277
color: #ff0064;
278278
}
279279

280-
.mx_RoomView_connectionLostBar_desc {
280+
.mx_RoomView_warningBar_desc {
281281
color: #454545;
282282
font-size: 13px;
283283
opacity: 0.5;

0 commit comments

Comments
 (0)