Changeset 402 for trunk


Ignore:
Timestamp:
Jun 29, 2007, 12:23:34 AM (16 years ago)
Author:
Jari Häkkinen
Message:

Fixes full line hovering in blame listing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/css.cc

    r401 r402  
    188188    s << "table.blame tbody td {\n";
    189189    s << " border-right: 1px solid #f0f0f0;\n";
    190     s << " background: #fff;\n";
    191190    s << " font: normal 11px monospace;\n";
    192191    s << " overflow: hidden;\n";
     
    197196    s << "table.blame tbody td.date { text-align: center; }\n";
    198197    s << "table.blame tbody td.number { text-align: right; }\n";
    199     s << "table.blame tbody td:hover { background-color: transparent; }\n";
    200198    s << "table.blame tbody tr:hover { background: #eed; }\n";
    201199    s << "\n";
     
    231229    s << "}\n";
    232230    s << "\n";
    233     s << "table.listings tbody td a:hover, table.listing tbody th a:hover {\n";
    234     s << " background-color: transparent;\n";
    235     s << "}\n";
    236231    s << "table.listings tbody tr { border-top: 1px solid #ddd }\n";
    237232    s << "table.listings tbody tr.light { background-color: #fcfcfc }\n";
Note: See TracChangeset for help on using the changeset viewer.