This commit is contained in:
e2002
2022-02-14 14:45:10 +03:00
parent 4924d97b61
commit 3c12fb419f
7 changed files with 43 additions and 11 deletions

View File

@@ -167,6 +167,10 @@ a:hover { text-decoration: underline }
height: 8px;
background-color: #000;
}
#settings, #pleditorcontent {
scrollbar-color: #e3d25f #000;
scrollbar-width: thin;
}
#settings::-webkit-scrollbar-thumb, #pleditorcontent::-webkit-scrollbar-thumb {
background: #e3d25f;
}
@@ -401,13 +405,20 @@ a:hover { text-decoration: underline }
outline: none;
transition: background 450ms ease-in;
-webkit-appearance: none;
-moz-appearance: none;
box-sizing: border-box;
}
#volrange::-webkit-slider-thumb, .slider::-webkit-slider-thumb {
#volrange::-webkit-slider-thumb, .slider::-webkit-slider-thumb, #volrange::-moz-range-thumb, .slider::-moz-range-thumb {
width: 10px;
-webkit-appearance: none;Раменское
-webkit-appearance: none;
-moz-appearance: none;
height: 10px;
cursor: ew-resize;
background-color: transparent;
border: 0;
}
input[type=range]::-moz-range-track {
background-color: transparent;
}
.slider {
width: 400px;
@@ -425,8 +436,11 @@ a:hover { text-decoration: underline }
overflow-y: auto;
height: 0px;
box-sizing: border-box;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABOAQMAAAAw4lVwAAAABlBMVEUnJycAAADxyujSAAAADklEQVQI12OgLjhATQgAdZgdQbNqrBUAAAAASUVORK5CYII=');
scrollbar-color: #e3d25f #000;
scrollbar-width: thin;
}
#playlist::-webkit-scrollbar {
#playlist::-webkit-scrollbarr {
width: 5px;
height: 8px;
background-color: #000;
@@ -441,6 +455,7 @@ a:hover { text-decoration: underline }
color: #bfa73e;
cursor: pointer;
position: relative;
background: #000;
}
#playlist li span {
position: absolute;