diff --git a/admin/settings_theme.php b/admin/settings_theme.php index 1002cd73f..949730867 100644 --- a/admin/settings_theme.php +++ b/admin/settings_theme.php @@ -49,11 +49,29 @@ $theme_colors_array = array( value="= $theme_color ?>" > diff --git a/agent/calendar.php b/agent/calendar.php index 97dd2dda7..633b7d6e1 100644 --- a/agent/calendar.php +++ b/agent/calendar.php @@ -29,8 +29,8 @@ if (isset($_GET['calendar_id'])) {
| diff --git a/css/itflow_custom.css b/css/itflow_custom.css index 66af4421d..11e7dabdd 100644 --- a/css/itflow_custom.css +++ b/css/itflow_custom.css @@ -486,13 +486,26 @@ a:focus { /* --- Theme picker (admin/settings_theme.php) ----------------------------- - Keeps the coloured circles - the radio button beside each one is what was - in the way, so the input is now a visually hidden .btn-check and the label - is the control. Selection reads as a tick in the circle plus a bolder name. + Each choice is a miniature of the app rather than a colour circle, so you + can see where the colour actually lands before committing to it. Structure + and proportions are lifted from AdminLTE 4's own theme generator + (dist/generate/theme.html) - note those .lte-skin-preview-* rules live in + that page's inline |