Tuesday 17 August 2004 5:18:04 am
Hi, I write this few lines in core.css for a custom scrollbar.
body
{
scrollbar-face-color: #3A489E;
scrollbar-shadow-color: #E5E5E5;
scrollbar-highlight-color: #404040;
scrollbar-3dlight-color: #98C2FF;
scrollbar-darkshadow-color: #3A489E;
scrollbar-track-color: #E5E5E5;
scrollbar-arrow-color: #E5E5E5;
}
It works only for the XML text fields but not for the main scrollbar of the page. With the code below (in override/site.ini.append.php) :
[TemplateSettings]
TemplateCache=enabled
Debug=enabled
...now the system apply the style to the main scrollbar. Any idea ? Regards. Laurent.
|