Commit cbc8b8c74c123d030d5ca05649e8089d2d33def3

Authored by Gerrit Riessen
1 parent 9c6739bf
Exists in master and in 1 other branch production

bgclr instead of transparent. annoying the error lines get too wide

On branch: master
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -421,6 +421,7 @@ table thead + tbody tr:first-child td {
421 421 }
422 422 table th { background-color: #ececec; font-weight: bold; text-transform: uppercase; white-space: nowrap; }
423 423 table tbody tr:nth-child(odd) td { background-color: #F9F9F9; }
  424 +table tbody tr:nth-child(even) td { background-color: #fff; }
424 425 table .main { width: 100%; }
425 426  
426 427 table.single_user {
... ...