make e2e icons on message transparent
This commit is contained in:
parent
fbb0f07edb
commit
84b53faf9e
1 changed files with 5 additions and 0 deletions
|
@ -278,6 +278,10 @@ limitations under the License.
|
||||||
|
|
||||||
/* End to end encryption stuff */
|
/* End to end encryption stuff */
|
||||||
|
|
||||||
|
.mx_EventTile_e2eIcon:hover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_EventTile_e2eIcon {
|
.mx_EventTile_e2eIcon {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -289,6 +293,7 @@ limitations under the License.
|
||||||
mask-size: 14px;
|
mask-size: 14px;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: 0;
|
mask-position: 0;
|
||||||
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_e2eIcon_undecryptable, .mx_EventTile_e2eIcon_unverified {
|
.mx_EventTile_e2eIcon_undecryptable, .mx_EventTile_e2eIcon_unverified {
|
||||||
|
|
Loading…
Reference in a new issue