moved layers list styling to CSS

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2450 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Bruno Heridet
2013-02-21 19:56:59 +00:00
parent 61be265b91
commit e0dbc7e750
2 changed files with 9 additions and 6 deletions

View File

@@ -3728,11 +3728,9 @@
evt.preventDefault();
})
.mouseover(function(evt){
$(this).css({'font-style': 'italic', 'color': 'blue'});
toggleHighlightLayer(this.textContent);
})
.mouseout(function(evt){
$(this).css({'font-style': 'normal', 'color': 'black'});
toggleHighlightLayer();
});
$('#layerlist td.layervis').click(function(evt){