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:
parent
4c6278940a
commit
c331681ad1
4 changed files with 12 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue