Changes to the generaltab classes to distinguish between selected and non
selected tabs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user