Hi there,
Everything has been fine but this has just started.
Please see attached picture or visit my site and select default theme.

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.