gitweb: Always display link to blobdiff_plain in git_blobdiff
[gitweb.git] / gitweb / gitweb.css
index 0912361ac8f2800b259e1fa7958deb52a76f2e82..afd9e8a56553b1c9307b46ffa83059ac8ab09573 100644 (file)
@@ -273,11 +273,21 @@ td.mode {
        font-family: monospace;
 }
 
+div.diff a.list {
+       text-decoration: none;
+}
+
+div.diff a.list:hover {
+       text-decoration: underline;
+}
+
+div.diff.to_file a.list,
 div.diff.to_file,
 div.diff.add {
        color: #008800;
 }
 
+div.diff.from_file a.list,
 div.diff.from_file,
 div.diff.rem {
        color: #cc0000;