Hi there,
Everything has been fine but this has just started.
Please see attached picture or visit my site and select default theme.
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.simonbarnes.f2s.com%2Fbuttoncolours.jpg&hash=a5c6ab07a2a8a2f831214016e790166624cc9576)
The top row of buttons have changed colour but the bottom row are fine.
How can I go about fixing this?
open the style.css and scroll to bottom and look for mirrortabs and change the color value nothing else but the color: #??????;
Thank you, this is obviously a problem
the last lines of my style.css are chopped off?
.mirrortab_last
{
background-image: url(images/mirrortab_last.gif);
background-repeat: no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background-image: url(images/mirrorta
Cant see colours tho, will have to try and find a backup copy.
.mirrortab_active_first
{
background-image: url(images/mirrortab_active_first.gif);
background-repeat: no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background-image: url(images/mirrortab_active_back.gif);
background-repeat: repeat-x;
}
.mirrortab_active_last
{
background-image: url(images/mirrortab_active_last.gif);
background-repeat: no-repeat;
width: 8px;
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: white;
text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}
there you go
Thank you very much for such quick help everyone.
All sorted now, as you noticed a big chunk was missing, also solved another problem at the same time so thanks.