- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
How can i change the scroll bar color?
i try to put in the template this but nothing
<style type="text/css">
::-webkit-scrollbar {
width: 12px;
background: #1a2632;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px #00a1ff;
background-color: #0053b2;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px #0053b2;
border-radius: 5px;
</style>
i try to put in the template this but nothing
<style type="text/css">
::-webkit-scrollbar {
width: 12px;
background: #1a2632;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px #00a1ff;
background-color: #0053b2;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px #0053b2;
border-radius: 5px;
</style>
نام موضوع : How can i change the scroll bar color?