Revision 693
Added by doc almost 18 years ago
| index.php | ||
|---|---|---|
| 164 | 164 |
|
| 165 | 165 |
<li id="p<?php echo $page['parent']; ?>" style="padding: 2px 0px 2px 0px;"> |
| 166 | 166 |
<table width="720" cellpadding="1" cellspacing="0" border="0" style="background-color: #ECF3F7;"> |
| 167 |
<tr onmouseover="this.style.backgroundColor = '#FFFFE0'" onmouseout="this.style.backgroundColor = '#ECF3F7'">
|
|
| 167 |
<tr onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#ECF3F7'">
|
|
| 168 | 168 |
<td width="20" style="padding-left: <?php echo $page['level']*20; ?>px;"> |
| 169 | 169 |
<?php |
| 170 | 170 |
if($display_plus == true) {
|
Also available in: Unified diff
adapted color for onmouseover effect