mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
Add backgroundContainer class for modal content in night mode in modern ui (#7162)
Introduces the .backgroundContainer class to improve styling of modal content in night mode by setting text color. Updates relevant divs in default3.handlebars to use this class for hardware keys and login events sections. Also adjusts the width of login event entries for better display.
This commit is contained in:
@@ -3315,6 +3315,10 @@ nav .lbbuttonsel2 {
|
||||
background-color: black !important;
|
||||
}
|
||||
|
||||
.night .modal-content .backgroundContainer {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.table td,
|
||||
.table th {
|
||||
padding: 0.05rem !important; /* Decrease padding to reduce row height */
|
||||
|
||||
Reference in New Issue
Block a user