about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli2007-10-01 12:09:07 +0200
committerLars Hjemli2007-10-01 12:09:41 +0200
commit7e1af8ad92abb4efc1d2069f0fa348f273d1e693 (patch)
treed0cc6d7d7ff812dd25c253dec76b9cc1931003e9 /cgit.css
parentui-commit.c: link to diff instead of tree from diffstat (diff)
downloadcgit-7e1af8ad92abb4efc1d2069f0fa348f273d1e693.tar.gz
cgit-7e1af8ad92abb4efc1d2069f0fa348f273d1e693.zip
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 {
272 background-color: #eee; 272 background-color: #eee;
273} 273}
274 274
275table.diffstat tr:hover {
276 background-color: #ccc;
277}
278
279table.diffstat th { 275table.diffstat th {
280 font-weight: normal; 276 font-weight: normal;
281 text-align: left; 277 text-align: left;