ADJUSTED SCROLLER

This commit is contained in:
gilbN 2019-02-19 19:23:16 +01:00
parent 7f78f0f2e3
commit 26c260f49b
4 changed files with 13 additions and 12 deletions

View File

@ -27,18 +27,18 @@ body {
/* scroller */ /* scroller */
::-webkit-scrollbar-corner { ::-webkit-scrollbar-corner {
background-color: rgba(0, 0, 0, .25); background-color: hsla(0,0%,100%,.08);
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 10px; width: 10px;
height: 10px; height: 10px;
background: #0c1218; background: rgba(0, 0, 0, .25);
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px; -webkit-border-radius: 2px;
border-radius: 2px; border-radius: 2px;
background-color: hsla(0,0%,100%,.09); background-color: hsla(0,0%,100%,.08);
} }
.modal { .modal {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),

View File

@ -65,18 +65,18 @@ body {
} }
/* scroller */ /* scroller */
::-webkit-scrollbar-corner { ::-webkit-scrollbar-corner {
background-color: rgba(0, 0, 0, .25); background-color: hsla(0,0%,100%,.08);
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 10px; width: 10px;
height: 10px; height: 10px;
background: hsla(0,0%,100%,.08); background: rgba(0, 0, 0, .25);
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px; -webkit-border-radius: 2px;
border-radius: 2px; border-radius: 2px;
background-color: rgba(0, 0, 0, .25); background-color: hsla(0,0%,100%,.08);
} }
/* navbar and searchbar */ /* navbar and searchbar */

View File

@ -28,19 +28,20 @@ body {
} }
/* scroller */ /* scroller */
::-webkit-scrollbar-corner { ::-webkit-scrollbar-corner {
background-color: rgba(0, 0, 0, .25) !important; background-color: hsla(0,0%,100%,.08) !important;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 10px !important; width: 10px !important;
height: 10px !important; height: 10px !important;
background: hsla(0,0%,100%,.08) !important; background: rgba(0, 0, 0, .25) !important;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px !important; -webkit-border-radius: 2px !important;
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 { .navbar-inverse {
background-color: rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0.6);
border-color: transparent; border-color: transparent;

View File

@ -19,18 +19,18 @@ body {
} }
/* scroller */ /* scroller */
::-webkit-scrollbar-corner { ::-webkit-scrollbar-corner {
background-color: rgba(0, 0, 0, .25) !important; background-color: hsla(0,0%,100%,.08) !important;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 10px !important; width: 10px !important;
height: 10px !important; height: 10px !important;
background: hsla(0,0%,100%,.08) !important; background: rgba(0, 0, 0, .25) !important;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px !important; -webkit-border-radius: 2px !important;
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 { .navbar-inverse {
background-color: rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0.6);