Skip to content

Commit bbac17a

Browse files
committed
Remove BG colouring on hover, is misleading
Should indicate focus, not hover
1 parent 10f2697 commit bbac17a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170
<div id="header" class="header" onContextMenu="return false"></div>
171171

172-
<div id="files" class="files" onMouseOver="this.style.background='#444';ICEcoder.changeFilesW('expand')" onMouseOut="this.style.background='#383838';ICEcoder.changeFilesW('contract'); top.ICEcoder.hideFileMenu();" onContextMenu="return false">
172+
<div id="files" class="files" onMouseOver="ICEcoder.changeFilesW('expand')" onMouseOut="ICEcoder.changeFilesW('contract'); top.ICEcoder.hideFileMenu();" onContextMenu="return false">
173173
<div id="fileNav" class="fileNav">
174174
<ul>
175175
<li><a nohref onclick="top.ICEcoder.canShowFMNav=true;top.ICEcoder.showHideFileNav('show','optionsFile')" onmouseover="if(top.ICEcoder.canShowFMNav) {top.ICEcoder.showHideFileNav('show','optionsFile')}" id="optionsFileNav"><?php echo $t['File'];?></a></li>

0 commit comments

Comments
 (0)