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

Added user name suggestion box.

This commit is contained in:
Ylian Saint-Hilaire 2019-05-30 14:20:37 -07:00
parent 626e29e255
commit 682ff4408e
4 changed files with 45 additions and 6 deletions

View file

@ -2459,3 +2459,11 @@ a {
margin-right: 4px;
border-radius: 5px;
}
.suggestionBox {
position:absolute;
background-color: #6CC;
border-radius:4px;
padding:6px;
box-shadow: 0px 0px 15px #666;
}