summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-10-15 10:20:26 +0000
committerGo MAEDA <maeda@farend.jp>2024-10-15 10:20:26 +0000
commit0c024d2e4bf31b04897baaef013c3389ac41d869 (patch)
treea9a2e50d74d6c8d9b8884357c8f6c81ac291cf66 /app
parent6d0c44b9121f4c49cb94576caf38f3bbf64dcefa (diff)
downloadredmine-0c024d2e4bf31b04897baaef013c3389ac41d869.tar.gz
redmine-0c024d2e4bf31b04897baaef013c3389ac41d869.zip
Improve visual clarity of issue grouping separators in issues list by increasing the border thickness (#41475).
git-svn-id: https://svn.redmine.org/redmine/trunk@23124 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 3ad689eda..7b7ee552d 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -417,7 +417,7 @@ table.plugins span.url { display: block; font-size: 0.9em; }
table.list.enumerations {table-layout: fixed; margin-bottom: 2em;}
-tr.group td { padding: 0.8em 0 0.5em 0.3em; border-bottom: 1px solid #ccc; text-align:left; background-color: #fff;}
+tr.group td { padding: 0.8em 0 0.5em 0.3em; border-bottom: 2px solid #d0d7de; text-align:left; background-color: #fff;}
tr.group span.count {top:-1px;}
tr.group span.name {font-weight:bold;}
tr.group span.totals {color: #aaa; font-size: 93%;}