From a675166552574ed4f4c51d81babd9dd154cd062d Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 21 Jun 2024 10:27:28 +0200 Subject: [PATCH] Lighter green for drop down @hiemstra87 I used the same light green as already present in the css code for showpassword and rtspstream Co-Authored-By: Hiemstra <145980686+hiemstra87@users.noreply.github.com> --- homepage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/style.css b/homepage/style.css index fd466e6..cac7810 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -868,7 +868,7 @@ form#views button .updatenumber { } .testbtn { - background:#77c487 !important; + background:#9fe29b !important; } pre.bash {