mirror of
https://github.com/redmine/redmine.git
synced 2026-01-17 21:12:55 +01:00
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
This commit is contained in:
@@ -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%;}
|
||||
|
||||
Reference in New Issue
Block a user