]> git.mjollnir.org Git - moodle.git/commitdiff
Changes to the generaltab classes to distinguish between selected and non
authormoodler <moodler>
Tue, 28 Dec 2004 10:04:49 +0000 (10:04 +0000)
committermoodler <moodler>
Tue, 28 Dec 2004 10:04:49 +0000 (10:04 +0000)
selected tabs

theme/standard/styles.php

index ad3ca8d2c1b7c77d6e08c344c73bc77ead31aed4..aa3dd8cb4674ce07bb71a50426ae17913015312d 100644 (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;
-} 
\ No newline at end of file
+}