X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/c5617d721b904e77d3d80c8e1cf68ca5c9d36a08e1429bba74433cee33de7e36..c68ca2ee4aa7dea78eecace683995280c89618f6970bf7d74c88342ef47f73c8:/gitweb.css?ds=sidebyside diff --git a/gitweb.css b/gitweb.css index f692e74..7789945 100644 --- a/gitweb.css +++ b/gitweb.css @@ -226,22 +226,30 @@ th { text-align: left; } -tr.light:hover { - background-color: #edece6; -} - -tr.dark { - background-color: #f6f6f0; +/* do not change row style on hover for 'blame' view */ +tr.light, +table.blame .light:hover { + background-color: #ffffff; } -tr.dark2 { +tr.dark, +table.blame .dark:hover { background-color: #f6f6f0; } +/* currently both use the same, but it can change */ +tr.light:hover, tr.dark:hover { background-color: #edece6; } +/* boundary commits in 'blame' view */ +/* and commits without "previous" */ +tr.boundary td.sha1, +tr.no-previous td.linenr { + font-weight: bold; +} + td { padding: 2px 5px; font-size: 100%;