]> source.dussan.org Git - redmine.git/commitdiff
Set box-shadow and border-radius for calendar and gantt tooltips (#41298).
authorGo MAEDA <maeda@farend.jp>
Tue, 24 Sep 2024 08:21:52 +0000 (08:21 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 24 Sep 2024 08:21:52 +0000 (08:21 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23074 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/assets/stylesheets/application.css

index 292af88a898a274d0037801daa31b12d29818fd6..5a05798f7cb66e9d401afc97a13fcddbaf8bf206 100644 (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 {