projects
/
m6w6
/
gitweb-theme
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
1ca0ffb
)
Fixed highlighting maked parts in diff
author
Igor Nakonechnyi
<igoryok.zp@gmail.com>
Thu, 4 Dec 2014 07:22:06 +0000
(09:22 +0200)
committer
Igor Nakonechnyi
<igoryok.zp@gmail.com>
Thu, 4 Dec 2014 07:22:06 +0000
(09:22 +0200)
gitweb.css
patch
|
blob
|
history
diff --git
a/gitweb.css
b/gitweb.css
index c3ec336f418fffd4200c4e59809328db775c8847..1699b915e6d8363cfc08ed21ef4e9ed137c95500 100644
(file)
--- a/
gitweb.css
+++ b/
gitweb.css
@@
-571,9
+571,15
@@
div.diff.from_file {
.rem {
background: #ffdddd;
}
+.rem .marked {
+ background: #ffaaaa;
+}
.add {
background: #ddffdd;
}
+.add .marked {
+ background: #7dff7d;
+}
.extended_header {
width: 99.5%;