From 2bd431edfcb2082c4091f422cced2acdd6de411e Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 1 Mar 2026 16:16:59 +0100 Subject: [PATCH] Border-color Cosmetic --- html/css/style-classic7.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 3ca9ece9a..5a38071d2 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -73,14 +73,14 @@ BODY { --underline-menu:#d7e8ee; --bg-slide:#c5d5e8; --end-level1:#eb7c7e; - --border-color:navy; + --border-color:#b7b7b7; --bg-white:white; } input{ font-family: 'OpenSansRegular'; padding : 2px; margin:2px; - border:1px solid var(--input-color); + border:1px solid var(--border-color); background-color:var(--bg-white); color:var(--input-color); @@ -815,7 +815,7 @@ a.document:hover { margin:1px; } .input_text { - border:1px solid var(--input-color); + border:1px solid var(--border-color); margin:1px; border-radius: 5px; } @@ -2056,9 +2056,9 @@ td.workday ol { } input.inum { text-align:right; - border:1px solid var(--input-color); margin:2px; border-radius: 5px; + border:1px solid var(--border-color); } div.box { background-color:#e4e7ed;