]> source.dussan.org Git - redmine.git/commitdiff
Align My Page box styling with updated box design (#41298).
authorGo MAEDA <maeda@farend.jp>
Tue, 24 Sep 2024 09:50:54 +0000 (09:50 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 24 Sep 2024 09:50:54 +0000 (09:50 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23075 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/assets/stylesheets/application.css

index 5a05798f7cb66e9d401afc97a13fcddbaf8bf206..1c89cea9c195c1d36e9849a735f56b9056f5f795 100644 (file)
@@ -1488,12 +1488,13 @@ div.wiki .task-list input.task-list-item-checkbox {
   margin-bottom: 20px;
 }
 .mypage-box {
-  border:1px solid #ddd;
+  border:1px solid #d0d7de;
   padding:8px;
   margin:0 0 20px 0;
   color:#505050;
   line-height:1.5em;
   border-radius: 3px;
+  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
 }
 
 .mypage-box>.contextual {opacity:0.001; transition: opacity 0.2s;}