Project

General

Profile

Defect #30426 » fix_30426.patch

Marius BĂLTEANU, 2019-01-17 20:34

View differences:

public/stylesheets/application.css
352 352
tr.group:hover a.toggle-all { display:inline;}
353 353
a.toggle-all:hover {text-decoration:none;}
354 354

  
355
table.list tbody tr:hover { background-color:#ffffdd; }
356 355
table.list tbody tr.group:hover { background-color:inherit; }
356

  
357 357
table td {padding:2px;}
358 358
table p {margin:0;}
359 359

  
360 360
table.list:not(.odd-even) tbody tr:nth-child(odd), .odd, #issue-changesets div.changeset:nth-child(odd) { background-color:#f6f7f8; }
361 361
table.list:not(.odd-even) tbody tr:nth-child(even), .even, #issue-changesets div.changeset:nth-child(even) { background-color: #fff; }
362
table.list:not(.odd-even) tbody tr:nth-child(odd):hover, .odd:hover, #issue-changesets div.changeset:nth-child(odd):hover,
363
table.list:not(.odd-even) tbody tr:nth-child(even):hover, .even:hover, #issue-changesets div.changeset:nth-child(even):hover { background-color:#ffffdd; }
362 364

  
363 365
tr.builtin td.name {font-style:italic;}
364 366

  
(2-2/2)