Browse Source

ADJUSTED SCROLLER

pull/4/head
gilbN 7 years ago
parent
commit
26c260f49b
  1. 6
      CSS/themes/nzbget-plex.css
  2. 6
      CSS/themes/orgarr-plex.css
  3. 7
      CSS/themes/plpp-plex.css
  4. 6
      CSS/themes/plpporg.css

6
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"),

6
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 */

7
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;

6
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);

Loading…
Cancel
Save