From fb21d508b9b692ab18b85249bac4219be42905ee Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 24 Sep 2024 08:21:52 +0000 Subject: [PATCH] Set box-shadow and border-radius for calendar and gantt tooltips (#41298). git-svn-id: https://svn.redmine.org/redmine/trunk@23074 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 292af88a8..5a05798f7 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1253,10 +1253,12 @@ display:block; position:absolute; top:12px; width:270px; border:1px solid #555; +border-radius: 3px; background-color:#fff; padding: 4px; font-size: 0.8em; color:#505050; +box-shadow: 0 1px 2px rgba(0,0,0,0.05); } table.cal div.tooltip:hover span.tip { -- 2.39.5