1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Can now select backup codes.

This commit is contained in:
Ylian Saint-Hilaire 2019-09-23 16:50:50 -07:00
parent 4c6278940a
commit c331681ad1
4 changed files with 12 additions and 3 deletions

View file

@ -1565,6 +1565,15 @@ a {
user-select: none;
}
.selecttext {
-webkit-touch-callout: text;
-webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.fsize {
float: right;
text-align: right;