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

More ui fixes, Windows agent toast fix

This commit is contained in:
Ylian Saint-Hilaire 2018-09-19 10:37:19 -07:00
parent fc423c83da
commit 3d14cf220d
12 changed files with 183 additions and 17 deletions

View file

@ -664,4 +664,12 @@ a {
background: url(../images/views.png) -112px 0px;
height: 28px;
width: 28px;
}
}
.hoverButton {
opacity: 0.5;
}
.hoverButton:hover {
opacity: 1;
}