From: moodler Date: Tue, 28 Dec 2004 10:04:49 +0000 (+0000) Subject: Changes to the generaltab classes to distinguish between selected and non X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bbd587a753d8f22bcad45cbb05a712755d03e215;p=moodle.git Changes to the generaltab classes to distinguish between selected and non selected tabs --- diff --git a/theme/standard/styles.php b/theme/standard/styles.php index ad3ca8d2c1..aa3dd8cb46 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -428,11 +428,15 @@ a.autolink:hover { .generaltab { -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; + background: none; + background-color: cellheading?>; } .generaltabselected { -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; + background: none; + background-color: 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 +}