mirror of https://github.com/vector-im/riot-web
E2E CSS
parent
20eb28f052
commit
0bdc026b05
|
@ -235,6 +235,7 @@ limitations under the License.
|
||||||
top: 9px;
|
top: 9px;
|
||||||
left: 46px;
|
left: 46px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile:hover.mx_EventTile_verified .mx_EventTile_line,
|
.mx_EventTile:hover.mx_EventTile_verified .mx_EventTile_line,
|
||||||
|
|
|
@ -49,7 +49,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_MessageComposer_e2eIcon {
|
.mx_MessageComposer_e2eIcon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 46px;
|
left: 44px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageComposer_noperm_error {
|
.mx_MessageComposer_noperm_error {
|
||||||
|
|
Loading…
Reference in New Issue