From 275dee3e37fdf9589a23b0825772bcdfc1b183ce Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Wed, 12 Jan 2022 23:33:07 +1100 Subject: [PATCH 1/1] More miscellaneous style updates I should just throw this *all* away and start with a blank canvas. --- static/gitweb.css | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/static/gitweb.css b/static/gitweb.css index 295ef36..025f996 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -197,7 +197,7 @@ div.log_link { div.list_head { padding: 6px 8px 4px; - border: solid #d9d8d1; + border: solid #ddd; border-width: 1px 0px 0px; font-style: italic; } @@ -208,7 +208,7 @@ div.list_head { div.author_date { padding: 8px; - border: solid #d9d8d1; + border: solid #ddd; border-width: 0px 0px 1px 0px; } @@ -288,8 +288,9 @@ table.blame td { vertical-align: top; } -th { - padding: 2px 5px; +th, +table.project_list th:first-child { + padding: 0.25rem 0.5rem; text-align: left; } @@ -346,12 +347,16 @@ td.current_head { } td.category { - background-color: #d9d8d1; - border-top: 1px solid #000000; - border-left: 1px solid #000000; + background-color: #ddd; + border-top: 0.5rem solid #fff; + box-shadow: inset 0 1px #bbb; font-weight: bold; } +table.project_list tr:nth-child(2) > td.category { + border-top-width: 0.25rem; +} + table.diff_tree span.file_status.new { color: #008000; } @@ -417,7 +422,7 @@ td.mode { div#progress_bar { height: 2px; margin-bottom: -2px; - background-color: #d8d9d0; + background-color: #ddd; } div#progress_info { float: right; @@ -653,7 +658,7 @@ div.binary { div.remote { margin: .5em; - border: 1px solid #d9d8d1; + border: 1px solid #ddd; display: inline-block; } -- 2.42.0