MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
No edit summary
(Thanks Encyclopedia Spongebobia)
Line 894: Line 894:
/* Scrollbar */
/* Scrollbar */


/* Track */
::-webkit-scrollbar {
width: 12px !important;
-webkit-overflow-scrolling: auto !important;
}
::-webkit-scrollbar-track {
::-webkit-scrollbar-track {
  background: #grey;  
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
}
}
   
   
/* Handle */
::-webkit-scrollbar-thumb {
::-webkit-scrollbar-thumb {
  background: #a62e10;  
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
background: #d13c17 !important;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;  
}
}
 
/* Handle on hover */
::-webkit-scrollbar-thumb:window-inactive {
::-webkit-scrollbar-thumb:hover {
background: #A62e10 !important;  
  background: #555;  
}
}