Tutorial edit scrollbar
Dashboard------->Template------->Ctrl+F
Copy paste code nihh .
Scrollbar biasa macam Aku :: Paste atas code </style>
::-webkit-scrollbar {
height:3px;
width: 10px;
background: #9900CC}
::-webkit-scrollbar-thumb {
background-color: #CC99FF;
-moz-border-radius: 10px;
border-radius: 10px;
}
Scrollbarhover :: Paste atas code </style>
::-webkit-scrollbar {
height:13px;
width: 8px;
background: #9900CC;
}
::-webkit-scrollbar-thumb {
background-color: #CC99FF;
-moz-border-radius: 2px;
border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
-moz-border-radius: 2px;
border-radius: 2px;
background: #CC99CC;
}
Kalau nak tukar warna , tukar kat
SINI ye . :)
Thanks for reading ...
OLDER POST | NEWER POST