|
|
@ -675,10 +675,15 @@ strong {
|
|
|
|
white-space: nowrap;
|
|
|
|
white-space: nowrap;
|
|
|
|
color: #ffffff;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-value.nowrap:not(.td) {
|
|
|
|
|
|
|
|
white-space: normal;
|
|
|
|
|
|
|
|
}
|
|
|
|
[disabled="disabled"] {
|
|
|
|
[disabled="disabled"] {
|
|
|
|
pointer-events: none;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div[id^="cbid"][id$=".settings.password"] .control-group {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Sidebar */
|
|
|
|
/* Sidebar */
|
|
|
@ -1212,6 +1217,9 @@ strong {
|
|
|
|
font-weight: 700;
|
|
|
|
font-weight: 700;
|
|
|
|
background-color: #d4d4d4;
|
|
|
|
background-color: #d4d4d4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.cbi-button-neutral {
|
|
|
|
|
|
|
|
border-bottom: 2px solid #909090;
|
|
|
|
|
|
|
|
}
|
|
|
|
.btn.primary,
|
|
|
|
.btn.primary,
|
|
|
|
.cbi-page-actions .cbi-button-save,
|
|
|
|
.cbi-page-actions .cbi-button-save,
|
|
|
|
.cbi-page-actions .cbi-button-apply + .cbi-button-save,
|
|
|
|
.cbi-page-actions .cbi-button-apply + .cbi-button-save,
|
|
|
|