给我自己的固件,禁用 reboot 页面所有样式

This commit is contained in:
Bard 2024-09-13 19:24:41 +08:00 committed by GitHub
parent a633eba15a
commit 4f846495eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3329,6 +3329,7 @@ div[style*="display:grid;grid-template-columns:repeat"] .ifacebox .ifacebox-body
margin-top: 1rem !important
}
/*
[data-page="admin-system-reboot"] p {
padding-left: 1.5rem
}
@ -3348,6 +3349,11 @@ div[style*="display:grid;grid-template-columns:repeat"] .ifacebox .ifacebox-body
[data-page="admin-system-reboot"] #view>h2:first-child+p {
margin-bottom: 1rem
}
*/
[data-page="admin-system-reboot"] .modal {
display: revert;
}
[data-page="admin-system-poweroff"] .container h2+br+p {
margin-bottom: 1rem;