mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Strip non-layout CSS to remain as style-agnostic as possible!
This commit is contained in:
parent
a022a4b9a6
commit
f0e990034d
@ -1,6 +1,4 @@
|
||||
.mx_MessageTimestamp {
|
||||
color: #777;
|
||||
width: 75px;
|
||||
font-size: 80%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -1,3 +1,2 @@
|
||||
.mx_MNoticeTile {
|
||||
color: #666;
|
||||
}
|
||||
|
@ -1,5 +1,4 @@
|
||||
.mx_MessageTile {
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.mx_MessageTile.sending {
|
||||
|
@ -1,12 +1,9 @@
|
||||
.mx_ProgressBar {
|
||||
height: 5px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid black;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.mx_ProgressBar_fill {
|
||||
height: 100%;
|
||||
background-color: #666;
|
||||
transition: width 0.1s ease;
|
||||
background-color: #000;
|
||||
}
|
||||
|
@ -1,6 +1,4 @@
|
||||
.mx_RoomHeader {
|
||||
background-color: #eee;
|
||||
font-weight: bold;
|
||||
height: 1em;
|
||||
padding: 0px;
|
||||
}
|
||||
|
@ -1,12 +1,9 @@
|
||||
.mx_RoomTile {
|
||||
height: 20px;
|
||||
background-color: #ddd;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
border: 2px solid white;
|
||||
transition: background-color 0.1s ease;
|
||||
}
|
||||
|
||||
.mx_RoomTile.selected {
|
||||
@ -32,5 +29,4 @@
|
||||
}
|
||||
|
||||
.mx_RoomTile:hover {
|
||||
background-color: #ff8;
|
||||
}
|
||||
|
@ -1,6 +1,4 @@
|
||||
.mx_SenderProfile {
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
color: #444;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
@ -25,14 +25,6 @@
|
||||
}
|
||||
|
||||
.mx_RoomView .mx_RoomView_invitePrompt {
|
||||
text-align: center;
|
||||
background-color: #ddd;
|
||||
border: 1px solid black;
|
||||
width: 400px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 200px;
|
||||
padding: 50px;
|
||||
}
|
||||
|
||||
.mx_RoomView .mx_MemberList {
|
||||
|
@ -1,12 +1,6 @@
|
||||
.mx_Login {
|
||||
width: 600px;
|
||||
height: 350px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
background-color: #eee;
|
||||
border: 1px solid black;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user