mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
CSS for unverify button
(supports change in react-sdk)
This commit is contained in:
parent
42b7410a5d
commit
95a0bc92d6
@ -26,7 +26,6 @@ limitations under the License.
|
||||
|
||||
.mx_MemberDeviceInfo_textButton {
|
||||
color: #fff;
|
||||
background-color: #76cfa6;
|
||||
height: 20px;
|
||||
border-radius: 20px;
|
||||
text-align: center;
|
||||
@ -35,3 +34,11 @@ limitations under the License.
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_MemberDeviceInfo_verify {
|
||||
background-color: #76cfa6;
|
||||
}
|
||||
|
||||
.mx_MemberDeviceInfo_unverify {
|
||||
background-color: #e55e5e;
|
||||
}
|
Loading…
Reference in New Issue
Block a user