Jump to content

Recommended Posts

Posted

 Cauta asta ::-webkit-scrollbar

in style.css 

[ Proecte ART ]
www.artweber.ro - Resurse de care are nevoie un designer si nu numai.

www.artimg.biz - Free upload images.

Posted

Adaugă asta în .css-ul tău:

::-webkit-scrollbar {
	width:12px
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #00737C);
	-webkit-border-radius: 10px; 
	border-radius: 1px
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px; 
	border-radius: 10px; 
	background: #00737C;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5)
}

::-webkit-scrollbar-thumb: window-inactive {
	background: #00737C
}

Modifici #00737C în ce culoare vrei tu

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.