Update css.php (#7463)

* Update css.php

* Update template.php

* Update css.php
This commit is contained in:
Alex
2025-08-19 16:50:35 -07:00
committed by GitHub
parent b52ee47c1e
commit 4d837f2727
2 changed files with 2 additions and 2 deletions

View File

@@ -3218,7 +3218,7 @@ else { //default: white
} }
.chart_type_button:has(input:checked) { .chart_type_button:has(input:checked) {
background-color: #F0F4FE; background-color: rgba(142,172,249,0.15);
border-color: #8EACF9; border-color: #8EACF9;
} }

View File

@@ -20,7 +20,7 @@
<link rel='stylesheet' type='text/css' href='{$project_path}/resources/bootstrap/css/bootstrap-tempusdominus.min.css.php'> <link rel='stylesheet' type='text/css' href='{$project_path}/resources/bootstrap/css/bootstrap-tempusdominus.min.css.php'>
<link rel='stylesheet' type='text/css' href='{$project_path}/resources/bootstrap/css/bootstrap-colorpicker.min.css.php'> <link rel='stylesheet' type='text/css' href='{$project_path}/resources/bootstrap/css/bootstrap-colorpicker.min.css.php'>
<link rel='stylesheet' type='text/css' href='{$project_path}/resources/fontawesome/css/all.min.css.php'> <link rel='stylesheet' type='text/css' href='{$project_path}/resources/fontawesome/css/all.min.css.php'>
<link rel='stylesheet' type='text/css' href='{$project_path}/themes/default/css.php?updated=202508190400'> <link rel='stylesheet' type='text/css' href='{$project_path}/themes/default/css.php?updated=202508190425'>
{*//link to custom css file *} {*//link to custom css file *}
{if !empty($settings.theme.custom_css)} {if !empty($settings.theme.custom_css)}
<link rel='stylesheet' type='text/css' href='{$settings.theme.custom_css}'> <link rel='stylesheet' type='text/css' href='{$settings.theme.custom_css}'>