summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-10-02 09:07:31 +0000
committerGo MAEDA <maeda@farend.jp>2024-10-02 09:07:31 +0000
commit168ece17fdb43ea15fcbdd301ac40b98dc2ae1cd (patch)
tree973b798c573b2a663d21806bd6e6d7c83a415644 /app
parent7529806e24955576f0418d9342e5c452a560bb54 (diff)
downloadredmine-168ece17fdb43ea15fcbdd301ac40b98dc2ae1cd.tar.gz
redmine-168ece17fdb43ea15fcbdd301ac40b98dc2ae1cd.zip
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
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/application.css3
1 files changed, 2 insertions, 1 deletions
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 */