From 307daf2a7aa1272cb34647ad39a372aca2e8a16d Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 20 Oct 2019 15:48:07 +0530 Subject: [PATCH] :zap: Better tooltip color, Added scroll to History section --- assets/css/styles.scss | 8 ++++---- pages/index.vue | 9 +++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 9debe86e2..97917b015 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -69,7 +69,7 @@ h3 { z-index: 10000; .tooltip-inner { - background: black; + background: #353535; color: white; border-radius: 16px; padding: 5px 10px 4px; @@ -81,7 +81,7 @@ h3 { border-style: solid; position: absolute; margin: 5px; - border-color: black; + border-color: #353535; z-index: 1; } @@ -150,10 +150,10 @@ h3 { .popover-inner { background: $color; - color: black; + color: #353535; padding: 24px; border-radius: 5px; - box-shadow: 0 5px 30px rgba(black, .1); + box-shadow: 0 5px 30px rgba(#353535, .1); } .popover-arrow { diff --git a/pages/index.vue b/pages/index.vue index 7581936ab..a7e32a1a3 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -144,6 +144,10 @@ import_export Import cURL +