From c45c40c30463f4c272f1b565804d5dc79f10dc73 Mon Sep 17 00:00:00 2001 From: jelveh Date: Sat, 6 Dec 2025 21:21:11 -0800 Subject: [PATCH] Update style.css --- src/gui/src/css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gui/src/css/style.css b/src/gui/src/css/style.css index da29aa01f..cd5521a7f 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -5866,6 +5866,8 @@ fieldset[name=number-code] { min-height: 280px; display: flex; flex-direction: column; + background: #f8f9fa; + } .bento-card-header { @@ -5914,17 +5916,15 @@ fieldset[name=number-code] { padding: 16px 12px; border-radius: 14px; cursor: pointer; - transition: all 0.15s ease; - background: #f8f9fa; + transition: transform 0.15s ease; + background: transparent; border: 1px solid transparent; width: 100px; } .bento-recent-app:hover { - background: #f0f1f3; - transform: translateY(-2px); - border-color: rgba(0, 0, 0, 0.04); - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); + background: none !important; + transform: scale(1.1); } .bento-recent-app:active {