给我自己的固件,禁用 reboot 页面所有样式
This commit is contained in:
parent
a633eba15a
commit
4f846495eb
@ -3329,6 +3329,7 @@ div[style*="display:grid;grid-template-columns:repeat"] .ifacebox .ifacebox-body
|
|||||||
margin-top: 1rem !important
|
margin-top: 1rem !important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
[data-page="admin-system-reboot"] p {
|
[data-page="admin-system-reboot"] p {
|
||||||
padding-left: 1.5rem
|
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 {
|
[data-page="admin-system-reboot"] #view>h2:first-child+p {
|
||||||
margin-bottom: 1rem
|
margin-bottom: 1rem
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
[data-page="admin-system-reboot"] .modal {
|
||||||
|
display: revert;
|
||||||
|
}
|
||||||
|
|
||||||
[data-page="admin-system-poweroff"] .container h2+br+p {
|
[data-page="admin-system-poweroff"] .container h2+br+p {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user