From 8449489f34bd6dceb4136a39536bbf1b582afaae Mon Sep 17 00:00:00 2001
From: robin <binkrassdufass@gmail.com>
Date: Wed, 27 Sep 2023 15:15:06 +0000
Subject: [PATCH] fixes

---
 frontend/src/lib/assets/css/main.less | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontend/src/lib/assets/css/main.less b/frontend/src/lib/assets/css/main.less
index 58c0f77..f0cb4b9 100644
--- a/frontend/src/lib/assets/css/main.less
+++ b/frontend/src/lib/assets/css/main.less
@@ -96,8 +96,8 @@ table {
     margin-bottom: 20px;
 }
 * {
-    transition: max-height 0.5s, height 0.5s ease, width 0.5s ease, flex 0.5s ease, opacity 0.5s ease, top 0.5s ease,
-        bottom 0.5s ease, left 0.5s ease, right 0.5s ease, transform 0.5s ease;
+    transition: border-color 0.5s ease, max-height 0.5s, height 0.5s ease, width 0.5s ease, flex 0.5s ease,
+        opacity 0.5s ease, top 0.5s ease, bottom 0.5s ease, left 0.5s ease, right 0.5s ease, transform 0.5s ease;
 }
 
 button {