1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

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
This commit is contained in:
Go MAEDA 2024-09-24 08:21:52 +00:00
parent 89bdd315da
commit fb21d508b9

View File

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