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="" > 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'])) {
-
-
+
+

Calendars

@@ -81,8 +81,8 @@ if (isset($_GET['calendar_id'])) {
-
-
+
+

Built-in

diff --git a/agent/income.php b/agent/income.php index 9937b1e69..c9becdd54 100644 --- a/agent/income.php +++ b/agent/income.php @@ -325,7 +325,7 @@ $summary_total_income = floatval($row['total_income']);
-
+
@@ -370,8 +370,8 @@ $summary_total_income = floatval($row['total_income']);
- - text-nowrap"> +
+ text-nowrap table-light border-top"> = 3 && lookupUserPermission("module_financial") >= 3) { ?>
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