Collapse plugins pane on clicking

This commit is contained in:
Matt Pass
2013-09-13 17:42:02 +01:00
parent 729b48566e
commit cf11fb5c3d

View File

@@ -92,7 +92,7 @@ window.onbeforeunload = function() {
</div>
</div>
<div class="plugins" onMouseOver="this.style.width='55px'; this.style.background='#333'" onMouseOut="this.style.width='3px'; this.style.background='transparent'">
<div class="plugins" onMouseOver="this.style.width='55px'; this.style.background='#333'" onMouseOut="this.style.width='3px'; this.style.background='transparent'" onClick="this.style.width='3px'; this.style.background='transparent'">
<div style="padding: 15px">
<a nohref onClick="top.ICEcoder.showColorPicker(top.document.getElementById('color') ? top.document.getElementById('color').value : '#123456')" title="Farbtastic
Color picker"><img src="images/color-picker.png" style="cursor: pointer" alt="Color Picker"></a><br><br>