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

Completed webapp collapse feature.

This commit is contained in:
Ylian Saint-Hilaire 2019-12-26 12:50:11 -08:00
parent a29d6c1718
commit cc6f0dc88f
2 changed files with 41 additions and 16 deletions

View file

@ -15,6 +15,10 @@ body {
/* overflow-y: hidden; */
}
.night .collapseImage {
filter: invert(100%);
}
#container {
background-color: #fff;
width: 960px;