From bbd587a753d8f22bcad45cbb05a712755d03e215 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 28 Dec 2004 10:04:49 +0000 Subject: [PATCH] Changes to the generaltab classes to distinguish between selected and non selected tabs --- theme/standard/styles.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +} -- 2.39.5