@ -332,7 +332,7 @@ function make_select($items, $selected, $name, $title = null, $additionalButtons
. (in_array($i['id'], $selected) ? ' checked="checked"' : '')
. ' > ' . $i['name'] . '</label>'
. (!isset($i['enabled']) || $i['enabled'] ? '' : glyph('lock'))
. '</div><br />';
. '</div>';
}
$html .= '<div id="selection_' . $name . '" class="selection ' . $name . '">' . "\n";
$html .= implode("\n", $htmlItems);
@ -6818,6 +6818,9 @@ body {
.panel-danger .panel-heading a {
color: #a94442;
.selection .checkbox {
display: block;
.shift-calendar {
display: flex;
flex-direction: row;
@ -6841,6 +6841,9 @@ body {
color: #ffffff;
color: #694374;
@ -6827,6 +6827,9 @@ body {
color: #da1639;
@ -6821,6 +6821,9 @@ body {
color: #331400;
@ -6845,6 +6845,9 @@ body {
@ -100,6 +100,10 @@ body {
color: @panel-danger-text;