Skip to content

Commit

Permalink
improve table style
Browse files Browse the repository at this point in the history
Signed-off-by: SepsiLaszlo <[email protected]>
  • Loading branch information
SepsiLaszlo committed Nov 28, 2021
1 parent 660439a commit 79eee2a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/assets/stylesheets/posts.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.wrapper {
position: relative;
overflow: auto;
border: 1px solid black;
border: 1px solid lightgray;
white-space: nowrap;
}

Expand All @@ -20,7 +20,11 @@
white-space: normal;
}

tr:hover {
td, thead {
background-color: white;
}

tr:hover > td {
background-color: #99baca;
}

Expand Down

0 comments on commit 79eee2a

Please sign in to comment.