
Seriously, you should bug the Chrome upstream, especially if something does not work on a specific platform.
http://www.google.com/support/chrome/bi ... swer=95315
Yes, it does work perfectly fine on Chrome 15+ both under Windows and Linux, did not bother with testing older ones.Flamingdevastation wrote:Wait - does it work on your PC?
includes/functions_forum_goals.php
in your install but i don't have this file ?FTH wrote:Open:includes/functions_forum_goals.php
in your install but i don't have this file ?
Edit: sorry i understand why(that's because i've the old version)
styles/prosilver/theme/forum_goal.css
Code: Select all
background-image:
-moz-linear-gradient(
-45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent
);
Code: Select all
background-image:
-o-linear-gradient(
-45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent
);