From c0c8548c5da55b6a3ab9828e52fdb31ec8733174 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 16 Dec 2023 14:41:06 +0100 Subject: [PATCH] cosmetic : color info password --- html/css/style-classic7.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 9df3f72ee..fac6a4ea1 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3393,6 +3393,7 @@ li.li-active { */ #info_passid { position:absolute; - background-color: rgba(255,160,122,0.58); + background-color: rgba(246, 180, 157, 0.58); color:red; + } \ No newline at end of file