Project

General

Profile

« Previous | Next » 

Revision 693

Added by doc over 16 years ago

adapted color for onmouseover effect

View differences:

browse.html
71 71

  
72 72
<table cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}">
73 73
<!-- BEGIN list_block -->
74
<tr style="background-color: #{ROW_BG_COLOR};" onmouseover="this.style.backgroundColor = '#FFFFE0'" onmouseout="this.style.backgroundColor = '#{ROW_BG_COLOR}'">
74
<tr style="background-color: #{ROW_BG_COLOR};" onmouseover="this.style.backgroundColor = '#F1F8DD'" onmouseout="this.style.backgroundColor = '#{ROW_BG_COLOR}'">
75 75
	<td width="18" style="padding-left: 10px;">
76 76
		<a href="{LINK}" target="{LINK_TARGET}">
77 77
			<img src="{FILETYPE_ICON}" class="{DISPLAY_ICON}" border="0" alt="" />

Also available in: Unified diff