From c5d59e0eaad82c3c249a00067ea79ee053253a08 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Wed, 23 Jun 2021 21:11:08 +0200 Subject: [PATCH] Update css --- src/css/connectivity.css | 20 ++++++++++++++++++++ src/css/tools.css | 20 ++++++++++++++++++++ src/index.html | 2 +- src/tools.html | 2 +- 4 files changed, 42 insertions(+), 2 deletions(-) diff --git a/src/css/connectivity.css b/src/css/connectivity.css index 390aaa1..09ae278 100644 --- a/src/css/connectivity.css +++ b/src/css/connectivity.css @@ -124,4 +124,24 @@ body { body { padding-top: 25px; } +} + +/* Scrollbar colors */ +/* Works on Firefox */ +* { + scrollbar-width: thin; + scrollbar-color: #2b3e50 #4e5d6c; +} + +/* Works on Chrome, Edge, and Safari */ +*::-webkit-scrollbar { + width: 6px; +} + +*::-webkit-scrollbar-track { + background: #2b3e50; +} + +*::-webkit-scrollbar-thumb { + background-color: #4e5d6c; } \ No newline at end of file diff --git a/src/css/tools.css b/src/css/tools.css index f866508..c45dd68 100644 --- a/src/css/tools.css +++ b/src/css/tools.css @@ -119,3 +119,23 @@ body { .tools .glyphicon-question-sign:hover { opacity: 0.75; } + +/* Scrollbar colors */ +/* Works on Firefox */ +* { + scrollbar-width: thin; + scrollbar-color: #2b3e50 #4e5d6c; +} + +/* Works on Chrome, Edge, and Safari */ +*::-webkit-scrollbar { + width: 6px; +} + +*::-webkit-scrollbar-track { + background: #2b3e50; +} + +*::-webkit-scrollbar-thumb { + background-color: #4e5d6c; +} \ No newline at end of file diff --git a/src/index.html b/src/index.html index 91cf952..ee7276a 100644 --- a/src/index.html +++ b/src/index.html @@ -5,7 +5,7 @@ ip6.biz - +