diff --git a/static/css/custom.css b/static/css/custom.css index 25e9b83..971be17 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -437,4 +437,8 @@ select:disabled { color: #bbb !important; opacity: 1 !important; cursor: not-allowed; +} + +.card-rezerwa { + border: 2px solid #0dcaf0; } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 0d2c3f9..943a1c8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,7 +29,7 @@ zbiórki{% endif %}{% endblock %} {% set progress_clamped = 100 if progress > 100 else (0 if progress < 0 else progress) %}