From 4e2bc0434ff06733eaddb5906892e70b70582170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 3 Jul 2025 23:10:05 +0200 Subject: [PATCH] zmiany ux --- templates/list_guest.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/templates/list_guest.html b/templates/list_guest.html index 174e7b3..dd35992 100644 --- a/templates/list_guest.html +++ b/templates/list_guest.html @@ -99,7 +99,7 @@ } input[type="file"]::file-selector-button { - background-color: #28a745; /* Zielony */ + background-color: #127429; color: #fff; border: none; padding: 0.5em 1em; @@ -109,17 +109,5 @@ transition: background 0.2s; } - input[type="file"]::file-selector-button:hover { - background-color: #218838; /* Ciemniejszy zielony przy hover */ - color: #fff; - opacity: 1; - } - - input[type="file"]::file-selector-button:active { - background-color: #1e7e34; - color: #fff; - opacity: 1; - } - {% endblock %}