mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 19:11:51 +00:00
Fixed mobile site dark mode.
This commit is contained in:
parent
f5d092fb8a
commit
00d8e8efcd
1 changed files with 1 additions and 1 deletions
|
@ -3915,7 +3915,7 @@
|
||||||
QS('deskarea3')['padding-right'] = '';
|
QS('deskarea3')['padding-right'] = '';
|
||||||
QS('DeskParent')['margin-top'] = null;
|
QS('DeskParent')['margin-top'] = null;
|
||||||
QS('DeskParent')['margin-left'] = null;
|
QS('DeskParent')['margin-left'] = null;
|
||||||
QS('body')['background-color'] = null;
|
QS('body')['background-color'] = nightMode ? '#000' : '#FFF';
|
||||||
QS('p10')['background-color'] = null;
|
QS('p10')['background-color'] = null;
|
||||||
closeFullscreen();
|
closeFullscreen();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue