From 2dc69abea45102b72d79ee3e8e697081134438e9 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Wed, 1 Jan 2025 09:38:12 +0800 Subject: [PATCH] change button color --- module/webui/styles/applist.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/module/webui/styles/applist.css b/module/webui/styles/applist.css index 5d8e4b7..fcf367a 100644 --- a/module/webui/styles/applist.css +++ b/module/webui/styles/applist.css @@ -118,10 +118,12 @@ margin-left: 0; margin-top: 10px; margin-bottom: 15px; - color: #3B3B3B; + font-weight: bold; + color: #333; background-color: #fff; border: none; padding: 10px 15px; + border: 1px solid #3B3B3B; border-radius: 50px 50px; font-size: 18px; position: relative; @@ -131,6 +133,9 @@ .reboot { display: none; + color: #fff; + background-color: #007bff; + border: 1px solid #007bff; } .card { @@ -343,10 +348,10 @@ border: 1px solid #6E6E6E; } - .install, - .reboot { + .install { + color: #eee; background-color: #343434; - color: #C2C2C2; + border: 1px solid #C2C2C2; } .update-menu {