1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Bootstrap styling tweaks.

This commit is contained in:
Cameron
2022-04-06 12:10:22 -07:00
parent 02a7e08902
commit 925fe0b9fc
2 changed files with 14 additions and 13 deletions

View File

@@ -105,7 +105,7 @@ function calendar($req_day, $req_month, $req_year, $links = NULL, $ws = "sunday"
$day_style = isset($links[$day_of_month]) ? "indent blogcalendar-day-active " : "forumheader3 blogcalendar-day";
}
$label_style = isset($links[$day_of_month]) ? 'label label-info' : ''; //TODO A pref in admin to choose between info, danger, etc.
$label_style = isset($links[$day_of_month]) ? 'label label-info badge bg-info' : '';
$calendar .= "<td class='$day_style' >";