]> source.dussan.org Git - redmine.git/commitdiff
Emphasize the border between table header and body to improve appearance (#41475).
authorGo MAEDA <maeda@farend.jp>
Tue, 15 Oct 2024 14:59:37 +0000 (14:59 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 15 Oct 2024 14:59:37 +0000 (14:59 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23125 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/assets/stylesheets/application.css

index 7b7ee552dd5ef20d62c901449f1d8a5b86871ec5..6ad89134df9c65422fe3659467963eb25439c922 100644 (file)
@@ -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 */