change design to be better (tm)

This commit is contained in:
Milan Pässler 2020-07-22 14:51:31 +02:00
parent d5b730439e
commit 428c064ebd

View file

@ -87,17 +87,12 @@ header {
.loadMore {
cursor: pointer;
border-radius: 100%;
height: 48px;
width: 48px;
background-color: #eee;
height: 72px;
width: 72px;
margin: 0 auto;
transition: transform 150ms, box-shadow 150ms;
border: 1px solid rgba(0, 0, 0, .1);
user-select: none;
}
.loadMore:hover {
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
filter: invert();
}
.loadMore.flipped {
@ -130,7 +125,7 @@ th {
tr:nth-child(odd) {
background-color: #f2f2f2;
background-color: #eee;
}