Changes to the generaltab classes to distinguish between selected and non

selected tabs
This commit is contained in:
moodler
2004-12-28 10:04:49 +00:00
parent b63850e8d4
commit bbd587a753
+5 -1
View File
@@ -428,11 +428,15 @@ a.autolink:hover {
.generaltab {
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
background: none;
background-color: <?PHP echo $THEME->cellheading?>;
}
.generaltabselected {
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
background: none;
background-color: <?PHP echo $THEME->cellheading2?>;
}
.forumheaderlist {
@@ -792,4 +796,4 @@ table.formtable tbody th {
font-size: x-small;
margin-top: 8pt;
margin-bottom: 8pt;
}
}