X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/e546798785150d144b0d1d8048ecdf8573383eb92ae6d16fb0c3217040ca4a8d..4a7fb0bc24b3a9ff745a1faae8d8df828563cf61e603d9cffbfdbb5641844581:/gitweb.css diff --git a/gitweb.css b/gitweb.css index d816ea6..6058fbe 100644 --- a/gitweb.css +++ b/gitweb.css @@ -257,6 +257,11 @@ tr.no-previous td.linenr { font-weight: bold; } +/* for 'blame_incremental', during processing */ +tr.color1 { background-color: #f6fff6; } +tr.color2 { background-color: #f6f6ff; } +tr.color3 { background-color: #fff6f6; } + td { padding: 2px 5px; font-size: 100%; @@ -348,6 +353,23 @@ td.mode { font-family: monospace; } +/* progress of blame_interactive */ +div#progress_bar { + height: 2px; + margin-bottom: -2px; + background-color: #d8d9d0; +} +div#progress_info { + float: right; + text-align: right; +} + +/* format of (optional) objects size in 'tree' view */ +td.size { + font-family: monospace; + text-align: right; +} + /* styling of diffs (patchsets): commitdiff and blobdiff views */ div.diff.header, div.diff.extended_header {