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:
Roman
2025-07-17 17:37:20 +02:00
committed by GitHub
parent cebbb68fdd
commit baddb42664
2 changed files with 7 additions and 3 deletions

View File

@@ -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 */