ADJUSTED SCROLLER
This commit is contained in:
parent
7f78f0f2e3
commit
26c260f49b
@ -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"),
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user