From 168ece17fdb43ea15fcbdd301ac40b98dc2ae1cd Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 2 Oct 2024 09:07:31 +0000 Subject: Update `.filecontent.wiki` style with the new border color and box shadow (#41298). git-svn-id: https://svn.redmine.org/redmine/trunk@23098 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index f5b47e388..5f5340ada 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -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 */ -- cgit v1.2.3