Commit 038d1e766bc79536b04c20101a1bb1e0b966a948
Exists in
master
and in
1 other branch
Merge pull request #108 from gorenje/white_not_transparent
bgclr instead of transparent. annoying the error lines get too wide
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,6 +421,7 @@ table thead + tbody tr:first-child td { | ||
421 | } | 421 | } |
422 | table th { background-color: #ececec; font-weight: bold; text-transform: uppercase; white-space: nowrap; } | 422 | table th { background-color: #ececec; font-weight: bold; text-transform: uppercase; white-space: nowrap; } |
423 | table tbody tr:nth-child(odd) td { background-color: #F9F9F9; } | 423 | table tbody tr:nth-child(odd) td { background-color: #F9F9F9; } |
424 | +table tbody tr:nth-child(even) td { background-color: #fff; } | ||
424 | table .main { width: 100%; } | 425 | table .main { width: 100%; } |
425 | 426 | ||
426 | table.single_user { | 427 | table.single_user { |