X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2Fgitweb.css;h=47c1ade87edbe4727c088435385dd66ecfe13fec;hb=82f930deadc9a7990cbc0988255e6a5afd641f4b;hp=fffdb13d09a40397745861bb6ec5dcc79c798b0d;hpb=24cf6e5847073d50390e0b7950e8e6b5a09103bc;p=git.git diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index fffdb13d0..47c1ade87 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -171,6 +171,10 @@ tr.dark { background-color: #f6f6f0; } +tr.dark2 { + background-color: #f6f6f0; +} + tr.dark:hover { background-color: #edece6; } @@ -181,12 +185,16 @@ td { vertical-align: top; } -td.link { +td.link, td.selflink { padding: 2px 5px; font-family: sans-serif; font-size: 10px; } +td.selflink { + padding-right: 0px; +} + td.sha1 { font-family: monospace; } @@ -196,6 +204,10 @@ td.error { background-color: yellow; } +td.current_head { + text-decoration: underline; +} + table.diff_tree span.file_status.new { color: #008000; }