Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-10-01 14:09:07 +0400
committerLars Hjemli <hjemli@gmail.com>2007-10-01 14:09:41 +0400
commit7e1af8ad92abb4efc1d2069f0fa348f273d1e693 (patch)
treed0cc6d7d7ff812dd25c253dec76b9cc1931003e9 /cgit.css
parent0ec8791ca0c980b721814cf0140204d56586fa63 (diff)
css: remove the annoying tr:hover rule for diffstat
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 54bbfcc..141bec8 100644
--- a/cgit.css
+++ b/cgit.css
@@ -272,10 +272,6 @@ table.diffstat {
background-color: #eee;
}
-table.diffstat tr:hover {
- background-color: #ccc;
-}
-
table.diffstat th {
font-weight: normal;
text-align: left;