diff options
author | Go MAEDA <maeda@farend.jp> | 2024-10-15 14:59:37 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-10-15 14:59:37 +0000 |
commit | b003bdde978845b4dd46472bf486ce0ceb459df8 (patch) | |
tree | 6cc9755d0551f72377b902946ce7ca5c85fe7514 /app | |
parent | 0c024d2e4bf31b04897baaef013c3389ac41d869 (diff) | |
download | redmine-b003bdde978845b4dd46472bf486ce0ceb459df8.tar.gz redmine-b003bdde978845b4dd46472bf486ce0ceb459df8.zip |
Emphasize the border between table header and body to improve appearance (#41475).
git-svn-id: https://svn.redmine.org/redmine/trunk@23125 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 7b7ee552d..6ad89134d 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -295,7 +295,7 @@ table.list, .table-list { margin-bottom: 4px; overflow: hidden; } -table.list th, .table-list-header { background-color:#EEEEEE; padding: 4px; white-space:nowrap; font-weight:bold; } +table.list th, .table-list-header { background-color:#EEEEEE; padding: 4px; white-space:nowrap; font-weight:bold; border-bottom: 2px solid #d0d7de; } table.list th.whitespace-normal {white-space: normal;} table.list td {text-align:center; vertical-align:middle; padding-top: 3px; padding-right: 10px; padding-bottom: 3px; border-top: 1px solid #d0d7de;} table.list td.icon {width: 100%;} /* Prevents border from disappearing due to inline-flex shrinking */ |