From 428c064ebd59eb073d11a9a0cd6276d19f8b3f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Wed, 22 Jul 2020 14:51:31 +0200 Subject: [PATCH] change design to be better (tm) --- client/style.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/client/style.css b/client/style.css index b692863..02f091e 100755 --- a/client/style.css +++ b/client/style.css @@ -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; }