Added handlers to the frame buttons.

This commit is contained in:
Daniel Scalzi
2017-08-27 02:24:04 -04:00
parent 582ea96dfe
commit 700a5c50cf
4 changed files with 58 additions and 46 deletions

View File

@@ -1,8 +1,7 @@
<div id="frame_bar">
<div id="button_dock">
<button class="frame_button" id="frame_button_close"></button>
<button class="frame_button" id="frame_button_restoredown"></button>
<button class="frame_button" id="frame_button_minimize"></button>
<div id="frame_btn_dock">
<button class="frame_btn" id="frame_btn_close"></button>
<button class="frame_btn" id="frame_btn_restoredown"></button>
<button class="frame_btn" id="frame_btn_minimize"></button>
</div>
</div>