From 688abbd99900f4da554e8504bcfaaa9a069f9b4d Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sun, 17 Feb 2019 00:54:42 +0100 Subject: [PATCH] Improve look&feel --- app/index.html | 6 ++--- .../ConnectionSetup/ConnectionSetup.tsx | 5 ++-- app/src/components/Tree/TreeNode.tsx | 23 ++++++++++--------- app/src/components/Tree/TreeNodeSubnodes.tsx | 2 +- app/src/components/Tree/TreeNodeTitle.tsx | 16 +++++++++---- 5 files changed, 31 insertions(+), 21 deletions(-) diff --git a/app/index.html b/app/index.html index afa75c8..edc02e0 100644 --- a/app/index.html +++ b/app/index.html @@ -13,7 +13,7 @@ @keyframes example { 0% {background-color: none;} - 25% {background-color: #3f51b5;} + 25% {background-color: #3f51b5 ;} 50% {background-color: #3f51b5;} 100% {background-color: none;} } @@ -28,11 +28,11 @@ } ::-webkit-scrollbar-track { - -webkit-box-shadow: inset 0 0 6px rgba(30,30,30,0.3); + -webkit-box-shadow: inset 0 0 6px rgba(30,30,30,0.3); } ::-webkit-scrollbar-thumb { - background-color: rgba(140,140,140,0.8); + background-color: rgba(140,140,140,0.8); }