Edgewall Software

Ticket #515: diff.css.patch

File diff.css.patch, 446 bytes (added by agr30@…, 8 years ago)

Patch for CSS

  • diff.css

    old new  
    151151.diff table.sidebyside tbody.mod del, .diff table.sidebyside tbody.mod ins { 
    152152 background: #fc0; 
    153153} 
     154 
     155.diff .collapse_toggle { 
     156        float: left; 
     157        border: 2px outset black; 
     158        padding: 3px; 
     159        background-color: #fefefe; 
     160} 
     161 
     162.diff .collapse_toggle:hover { 
     163        color: #f00; 
     164} 
     165 
     166.diff .collapsed { 
     167        background-color: #fc0; 
     168}