From 5918ff8e576aa23c4777642bc80f74952ee58d7e Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 19 Aug 2023 18:18:47 +0100 Subject: [PATCH] [QSO][FAV] On over over star turn yellow --- assets/css/general.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index ac8ef98f..20282c0b 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -519,4 +519,8 @@ div#station_logbooks_linked_table_paginate { .lotw-cert-list table { margin-bottom: 0px; +} + +.qso_panel a i.fa.fa-star:hover { + color: #FFD700 !important; } \ No newline at end of file