Yep, i get a forbidden message, but i wonder if speed mode works with a chmod 600, if the access to messages.html is client side i suppose not.I adjusted the file permissions to 600:
![]()
You shouldn't be able to view either of them now.
Yep, i get a forbidden message, but i wonder if speed mode works with a chmod 600, if the access to messages.html is client side i suppose not.
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
Code:::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
It uses a vendor prefix, so it won't work on anything but Chrome/Safari and Opera (They now use the Webkit prefix).Looks good on Chrome, changed nothing for me on Firefox...
It uses a vendor prefix, so it won't work on anything but Chrome/Safari and Opera (They now use the Webkit prefix).
Anyone looking to get a better scrollbar in there chat can put this code in there taigachat css:
Code:::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
That should work with both dark and light themes.
Here is how its looks:
![]()
Compared to:
![]()
Does anyone have this running on a dark theme ? I'd like to buy it. But need to know whether it will work good on a dark theme.
https://forumnstuff.com/
#taigachat_full.taigachat_alt.taigachat_reverse #taigachat_box
{
background: #000000;
}
#taigachat_box li
{
background: #000000;
}
#taigachat_full.taigachat_alt.taigachat_reverse #taigachat_box
{
background: #262626;
}
#taigachat_box li
{
background: #262626;
}
This works:
Code:#taigachat_box, #taigachat_box li { background: #262626 !important; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.