From 4767f5975cea01e06cc73f24fd9c43ea06c1e618 Mon Sep 17 00:00:00 2001 From: Play Life Bot Date: Fri, 2 Jan 2026 18:27:25 +0300 Subject: [PATCH] Revert add dictionary button color to black (v2.8.5) --- VERSION | 2 +- play-life-web/src/components/TestConfigSelection.css | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 2701a22..766d708 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.4 +2.8.5 diff --git a/play-life-web/src/components/TestConfigSelection.css b/play-life-web/src/components/TestConfigSelection.css index 86405f8..2b9fcb5 100644 --- a/play-life-web/src/components/TestConfigSelection.css +++ b/play-life-web/src/components/TestConfigSelection.css @@ -317,7 +317,7 @@ .add-dictionary-button { background: transparent; - border: 2px dashed white; + border: 2px dashed #2c3e50; border-radius: 12px; padding: 1.5rem 1rem; transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s; @@ -332,16 +332,16 @@ .add-dictionary-button:hover { transform: translateY(-2px); - box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2); - background-color: rgba(255, 255, 255, 0.05); - border-color: white; + box-shadow: 0 4px 12px rgba(44, 62, 80, 0.2); + background-color: rgba(44, 62, 80, 0.05); + border-color: #1a252f; } .add-dictionary-button .add-config-icon { - color: white; + color: #000000; } .add-dictionary-button .add-config-text { - color: white; + color: #000000; }