Explorar el Código

Style the scrollbar a bit

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
32851b9858
Se han modificado 1 ficheros con 37 adiciones y 0 borrados
  1. +37
    -0
      macrovision.css

+ 37
- 0
macrovision.css Ver fichero

@@ -80,6 +80,43 @@ body.toggle-entity-name .entity-name {
flex-direction: column;
background: #444;
overflow-y: scroll;
scrollbar-color: #e1e1e1 #888;
scrollbar-width: thin;
}


#options::-webkit-scrollbar {
width: 3px;
height: 2px;
}
#options::-webkit-scrollbar-button {
width: 0px;
height: 0px;
}
#options::-webkit-scrollbar-thumb {
background: #e1e1e1;
border: 0px none #ffffff;
border-radius: 50px;
}
#options::-webkit-scrollbar-thumb:hover {
background: #ffffff;
}
#options::-webkit-scrollbar-thumb:active {
background: #000000;
}
#options::-webkit-scrollbar-track {
background: #00000000;
border: 0px none #ffffff;
border-radius: 50px;
}
#options::-webkit-scrollbar-track:hover {
background: #666666;
}
#options::-webkit-scrollbar-track:active {
background: #333333;
}
#options::-webkit-scrollbar-corner {
background: transparent;
}

.options-row {


Cargando…
Cancelar
Guardar