From 26c260f49b30fdb44a4ede3344f58ca5eff995e7 Mon Sep 17 00:00:00 2001 From: gilbN Date: Tue, 19 Feb 2019 19:23:16 +0100 Subject: [PATCH] ADJUSTED SCROLLER --- CSS/themes/nzbget-plex.css | 6 +++--- CSS/themes/orgarr-plex.css | 6 +++--- CSS/themes/plpp-plex.css | 7 ++++--- CSS/themes/plpporg.css | 6 +++--- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CSS/themes/nzbget-plex.css b/CSS/themes/nzbget-plex.css index e88fb946..60f8f634 100644 --- a/CSS/themes/nzbget-plex.css +++ b/CSS/themes/nzbget-plex.css @@ -27,18 +27,18 @@ body { /* scroller */ ::-webkit-scrollbar-corner { - background-color: rgba(0, 0, 0, .25); + background-color: hsla(0,0%,100%,.08); } ::-webkit-scrollbar { width: 10px; height: 10px; - background: #0c1218; + background: rgba(0, 0, 0, .25); } ::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; - background-color: hsla(0,0%,100%,.09); + background-color: hsla(0,0%,100%,.08); } .modal { background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), diff --git a/CSS/themes/orgarr-plex.css b/CSS/themes/orgarr-plex.css index be081b9c..009bd124 100644 --- a/CSS/themes/orgarr-plex.css +++ b/CSS/themes/orgarr-plex.css @@ -65,18 +65,18 @@ body { } /* scroller */ ::-webkit-scrollbar-corner { - background-color: rgba(0, 0, 0, .25); + background-color: hsla(0,0%,100%,.08); } ::-webkit-scrollbar { width: 10px; height: 10px; - background: hsla(0,0%,100%,.08); + background: rgba(0, 0, 0, .25); } ::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; - background-color: rgba(0, 0, 0, .25); + background-color: hsla(0,0%,100%,.08); } /* navbar and searchbar */ diff --git a/CSS/themes/plpp-plex.css b/CSS/themes/plpp-plex.css index 690c45b6..6d5b9b95 100644 --- a/CSS/themes/plpp-plex.css +++ b/CSS/themes/plpp-plex.css @@ -28,19 +28,20 @@ body { } /* scroller */ ::-webkit-scrollbar-corner { - background-color: rgba(0, 0, 0, .25) !important; + background-color: hsla(0,0%,100%,.08) !important; } ::-webkit-scrollbar { width: 10px !important; height: 10px !important; - background: hsla(0,0%,100%,.08) !important; + background: rgba(0, 0, 0, .25) !important; } ::-webkit-scrollbar-thumb { -webkit-border-radius: 2px !important; border-radius: 2px !important; - background-color: rgba(0, 0, 0, .25) !important; + background-color: hsla(0,0%,100%,.08) !important; } + .navbar-inverse { background-color: rgba(0, 0, 0, 0.6); border-color: transparent; diff --git a/CSS/themes/plpporg.css b/CSS/themes/plpporg.css index 8d0e302d..c71f748e 100644 --- a/CSS/themes/plpporg.css +++ b/CSS/themes/plpporg.css @@ -19,18 +19,18 @@ body { } /* scroller */ ::-webkit-scrollbar-corner { - background-color: rgba(0, 0, 0, .25) !important; + background-color: hsla(0,0%,100%,.08) !important; } ::-webkit-scrollbar { width: 10px !important; height: 10px !important; - background: hsla(0,0%,100%,.08) !important; + background: rgba(0, 0, 0, .25) !important; } ::-webkit-scrollbar-thumb { -webkit-border-radius: 2px !important; border-radius: 2px !important; - background-color: rgba(0, 0, 0, .25) !important; + background-color: hsla(0,0%,100%,.08) !important; } .navbar-inverse { background-color: rgba(0, 0, 0, 0.6);