diff options
author | Go MAEDA <maeda@farend.jp> | 2024-10-15 15:22:21 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-10-15 15:22:21 +0000 |
commit | 888f3de85b3db217f7c9ef06601bf74c25ad2977 (patch) | |
tree | 11255b6301ccebdddf524884591791bb253ecf06 /app | |
parent | b003bdde978845b4dd46472bf486ce0ceb459df8 (diff) | |
download | redmine-888f3de85b3db217f7c9ef06601bf74c25ad2977.tar.gz redmine-888f3de85b3db217f7c9ef06601bf74c25ad2977.zip |
Align the `#time-report tbody tr.total` row border styling with the table header (#41475).
git-svn-id: https://svn.redmine.org/redmine/trunk@23126 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 6ad89134d..fd15ad0bf 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -763,7 +763,7 @@ div#version-summary th, div#version-summary td.total-hours { text-align: right; table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; } table#time-report tbody tr.subtotal { font-style: italic; color:#777;} table#time-report tbody tr.subtotal td.hours { color:#b0b0b0; } -table#time-report tbody tr.total { font-weight: bold; background-color:#EEEEEE; border-top:1px solid #e4e4e4;} +table#time-report tbody tr.total { font-weight: bold; background-color:#EEEEEE; border-top:2px solid #d0d7de;} table#time-report .hours-dec { font-size: 0.9em; } div.wiki-page .contextual a {opacity: 0.4} |