]> git.mjollnir.org Git - moodle.git/commitdiff
Some tab styles while I'm testing
authormoodler <moodler>
Fri, 31 Dec 2004 01:53:11 +0000 (01:53 +0000)
committermoodler <moodler>
Fri, 31 Dec 2004 01:53:11 +0000 (01:53 +0000)
theme/standardxhtml/styles.php

index d7727d9c5eeec0d81c4111d0f91c289834ac4c1d..1acdb3f72d0f4efd24b0d666f28079b57ceb98fd 100644 (file)
@@ -479,11 +479,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 {