]> source.dussan.org Git - redmine.git/commitdiff
Update `.filecontent.wiki` style with the new border color and box shadow (#41298).
authorGo MAEDA <maeda@farend.jp>
Wed, 2 Oct 2024 09:07:31 +0000 (09:07 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 2 Oct 2024 09:07:31 +0000 (09:07 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23098 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/assets/stylesheets/application.css

index f5b47e3883e0d089202af385ac8f68a120c4e888..5f5340ada2c8ea00803472e50beec1620292cd3b 100644 (file)
@@ -2063,8 +2063,9 @@ img {
 .filecontent.wiki {
   position: relative;
   padding: 1em;
-  border: 1px solid #e4e4e4;
+  border: 1px solid #d0d7de;
   border-radius: 3px;
+  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
 }
 
 /* Fixes for IE 11 */