projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f17def2
)
style: darkblue for hunk like cgit, hunk line is now a link
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Tue, 5 Jan 2016 20:41:49 +0000
(21:41 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Tue, 5 Jan 2016 20:41:49 +0000
(21:41 +0100)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index 17d92e8cd542afa1816275029bd33f0a26068b33..dd3adac239692f160c6c805df1535fd411c9ef1f 100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-38,7
+38,11
@@
table td {
padding: 0 0.4em;
}
-#index tr:hover td, #log tr:hover td, #files tr:hover td {
+#branches tr:hover td,
+#tags tr:hover td,
+#index tr:hover td,
+#log tr:hover td,
+#files tr:hover td {
background-color: #eee;
}
@@
-59,8
+63,8
@@
pre {
font-family: monospace;
}
-pre .h {
- color: dark
cyan
;
+pre
a
.h {
+ color: dark
blue
;
}
pre a.i {
@@
-71,6
+75,8
@@
pre a.d {
color: red;
}
-pre a.i:hover, pre a.d:hover {
+pre a.h:hover,
+pre a.i:hover,
+pre a.d:hover {
text-decoration: none;
}