diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/app.css | 4 | ||||
-rw-r--r-- | assets/css/src/table.css | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index f0446f30..5b1ab97f 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -152,6 +152,10 @@ th a:hover { text-overflow: ellipsis; } +.table-stripped tr:nth-child(odd) td { + background: #fefefe; +} + .column-5 { width: 5%; } diff --git a/assets/css/src/table.css b/assets/css/src/table.css index 9bc0c712..ea788623 100644 --- a/assets/css/src/table.css +++ b/assets/css/src/table.css @@ -58,6 +58,10 @@ th a:hover { text-overflow: ellipsis; } +.table-stripped tr:nth-child(odd) td { + background: #fefefe; +} + .column-5 { width: 5%; } |