Enhance partner dropdowns to include authorization permissions across various management pages. Implement hardware version checks with warning modals for restricted versions. Update translations for hardware compatibility notices in multiple languages. Refactor SQL and PHP files to improve code clarity and maintainability.
This commit is contained in:
@@ -341,9 +341,9 @@ main .msg i.fa-times:hover {
|
||||
}
|
||||
|
||||
main .msg.success {
|
||||
background-color: #C3F3D7;
|
||||
border-left: 4px solid #51a775;
|
||||
border: 1px solid #C3F3D7;
|
||||
color: #51a775;
|
||||
border-radius:4px;
|
||||
}
|
||||
|
||||
main .msg.success i {
|
||||
@@ -351,9 +351,9 @@ main .msg.success i {
|
||||
}
|
||||
|
||||
main .msg.error {
|
||||
background-color: var(--error-background);
|
||||
border-left: 4px solid var(--text-red);
|
||||
color: var(--text-red);
|
||||
border-radius: 4px;
|
||||
border: 1px solid var(--color-red);
|
||||
color: var(--color-red);
|
||||
}
|
||||
|
||||
main .msg.error i {
|
||||
|
||||
Reference in New Issue
Block a user