ctucx.git: oeffisearch

[nimlang] fast and simple tripplanner

commit 428c064ebd59eb073d11a9a0cd6276d19f8b3f41
parent d5b730439eea46e4d8358827761749c39c22ac1f
Author: Milan Pässler <me@pbb.lc>
Date: Wed, 22 Jul 2020 14:51:31 +0200

change design to be better (tm)
1 file changed, 4 insertions(+), 9 deletions(-)
M
client/style.css
|
13
++++---------
diff --git 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;
 }