diff --git a/.gitignore b/.gitignore index 0bf2d2d..1cd59f0 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ tmp/ # Конфигурационные файлы с секретами (если есть) config.local.php .env.local + diff --git a/css/main.css b/css/main.css index d23f2aa..8f3e633 100644 --- a/css/main.css +++ b/css/main.css @@ -329,6 +329,9 @@ input::placeholder{ display: block; margin-top: 5px; } +.form-item__warning--success{ + color: #28a745 !important; /* Зеленый цвет для успешных сообщений */ +} .datepicker__day.is-today,.qs-current{ background: #bdbdbd !important; color:#fff !important; @@ -590,6 +593,9 @@ button[disabled=disabled], button:disabled { .js-result.danger{ color:#F95D51; } +.js-result.form-item__warning--success{ + color: #28a745 !important; /* Зеленый цвет для успешных сообщений */ +} .suсcess-upload{ margin-bottom: 2px; diff --git a/index.php b/index.php index c4697fa..4e104d2 100644 --- a/index.php +++ b/index.php @@ -79,25 +79,37 @@