mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-14 08:14:59 -05:00
Fixed mobile site dark mode.
This commit is contained in:
parent
f5d092fb8a
commit
00d8e8efcd
@ -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 New Issue
Block a user