MyBB Community Forums

Full Version: Mybb scrollbar color change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
topic excerpt ı am from turkey to engilish ı turned

the following codes add global.css

::-webkit-scrollbar {
    background: #f0f0f0; 
    width: 12px;
}
::-webkit-scrollbar-track {
    border-left: 1px solid #345495;

}
::-webkit-scrollbar-thumb {
    background: #345495; 
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.27); 
}
::-webkit-scrollbar-thumb:hover {
    background: #4B67A1; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.6); 
}
@-webkit-keyframes headershine {
    0%        { opacity: 0.4; }
    50%        { opacity: 1; }
    100%     { opacity: 0.4; }
} 

Picture

[Image: 0lv9np7.png]
It is not cross browser compatible, works with only webkit browsers (chrome, safari), right?
all browsers works
(2013-08-07, 10:14 AM)Kyoya Wrote: [ -> ]all browsers works

False.Webkit references in your code will be rendered by Safari (webkit), GChrome (Webkit / from v.28 Blink) and Opera 15 (?, Blink) only. IE, Opera 12 and FF won't render it since they are using completely different rendering engines.
ı have all the browsers workin
You are lucky ...
brother so turkish no what you said understand can
We have no plans to design a custom scrollbar.
(2013-08-07, 05:48 PM)Nathan Malcolm Wrote: [ -> ]We have no plans to design a custom scrollbar.

da hell man? what is wrong with you? every time some one suggest something you said
mybb will not make that, mybb will not make that mybb will not make cms mybb will not make blog mybb will not make cake, im afraid a i see you say mybb will not make forum
da hell man then whats mybb gonna make? Doom on the devil everytime you say mybb not gonna make that i remember this face i can feel your face like that
[Image: 421986_101731216619390_424794343_n.jpg]
If you really want it edit the theme yourself. It's just CSS and imo doesn't really effect someones visit to a forum.
Pages: 1 2 3 4