ntfy disable cert #1117, initial nics work #724

This commit is contained in:
jokob-sk
2025-07-12 15:40:08 +10:00
parent 7980554924
commit 6f536f9952
35 changed files with 539 additions and 78 deletions

View File

@@ -1399,7 +1399,8 @@ input[readonly] {
cursor: -webkit-grab;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
#settingsPage .select2-container--default .select2-selection--multiple .select2-selection__choice,
#maintenancePage .select2-container--default .select2-selection--multiple .select2-selection__choice
{
background-color:#258744 !important;
}
@@ -1413,6 +1414,12 @@ input[readonly] {
background-color:#606060 !important;
}
.select2-container--default .select2-selection--multiple
{
border-radius: 0px !important;
border-color: #3d444b !important;
}
.helpIconSmallTopRight{
position: absolute;
font-size: x-small;
@@ -1539,6 +1546,44 @@ input[readonly] {
display: none;
}
#deviceDetailsEdit .select2-container--default .select2-selection--multiple .select2-selection__choice
{
height: 30px;
background-color: #606060;
}
#deviceDetailsEdit .select2-container--default .select2-selection--multiple .select2-selection__choice span
{
font-size: 15px;
}
#deviceDetailsEdit .select2-selection
{
width: initial;
display: inline-block;
}
#deviceDetailsEdit .form-control
{
min-height: 42px;
}
#deviceDetailsEdit .select2-selection
{
background-color: rgb(96, 96, 96);
}
#deviceDetailsEdit .select2-container
{
width: 100% !important;
}
#deviceDetailsEdit .select2-container .selection
{
width: 100% !important;
display: inline-grid;
}
/* ----------------------------------------------------------------- */
/* MODAL popups */
/* ----------------------------------------------------------------- */