Skip to content

Commit

Permalink
style(colorscheme): incorrect colors on overdue flash
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Nov 30, 2018
1 parent be25390 commit 856e3ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sass/partials/datatables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
&.stripe
tr:nth-of-type(even)
background: darken($page_content_bg, 1%)
td
background: darken($page_content_bg, 1%)
&:hover
cursor: pointer
background: $page_content_bg
Expand All @@ -28,6 +30,8 @@
tbody
tr
background: lighten($page_content_bg, 3%)
td
background: lighten($page_content_bg, 3%)
&:hover
cursor: pointer
background: $page_content_bg
Expand Down

0 comments on commit 856e3ab

Please sign in to comment.