30
modifications
Ligne 8 : | Ligne 8 : | ||
background: blue; | background: blue; | ||
} | } | ||
/* make the background behind the content area and the tabs a light grey */ | |||
#content, #content table | |||
#p-cactions ul li a { background: #e6ffb4; } | |||
#content { background-color: #e6ffb4; | #content { background-color: #e6ffb4; | ||
/* | /* change background of unselected tabs */ | ||
#p-cactions ul li a { background: #e6ffb4; } | |||
/* change background of selected tabs */ | |||
#p-cactions ul li.selected a { background: #e6ffb4; } |