diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php index 8cdcaca0..f9a3d185 100644 --- a/application/views/station_profile/create.php +++ b/application/views/station_profile/create.php @@ -36,8 +36,22 @@
- - + + + + +
diff --git a/assets/css/general.css b/assets/css/general.css index 40d733f7..b33f89d7 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -801,4 +801,8 @@ label { tr.htmx-swapping td { opacity: 0; transition: opacity 1s ease-out; +} + +.error-red-border { + border-color: red; } \ No newline at end of file