From abccc7ca07707e47ffdf30f68c26a2d3d77a845d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B8nstantine=20Kovalensky?= <45331093+kovalensky@users.noreply.github.com> Date: Sat, 11 Nov 2023 22:41:00 +0400 Subject: [PATCH] CSS improvement for file listing (#1081) --- library/includes/file_list_v2.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/library/includes/file_list_v2.php b/library/includes/file_list_v2.php index c7a930c3f..c50683eae 100644 --- a/library/includes/file_list_v2.php +++ b/library/includes/file_list_v2.php @@ -117,7 +117,11 @@ p { } a { - color: #187700; + color: #1d9100; +} + +sup { + color: #aa8000; } .tooltip { @@ -141,7 +145,7 @@ a { .tooltip:hover .tooltiptext { visibility: visible; - opacity: 1; + opacity: 0.97; }