From b26c9e05d90ad8023fe56bb0263fd9601be66d17 Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 2 Jun 2021 20:06:04 +0200 Subject: [PATCH] update color of frame QSO active --- html/css/styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/styles.php b/html/css/styles.php index 0cdedd0..adae6d5 100644 --- a/html/css/styles.php +++ b/html/css/styles.php @@ -18,7 +18,7 @@ header("Content-type: text/css"); border-radius: 10px; -moz-border-radius:10px; -webkit-border-radius:10px; - border: 1px solid DarkOrange; + border: 1px solid Lightgrey; background: #e9e9e9; padding: 10px; text-align:center;