update color of frame QSO active

This commit is contained in:
Waldek 2021-06-02 20:06:04 +02:00 committed by GitHub
parent 8dca33aea0
commit b26c9e05d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;