diff --git a/Aero.cur b/Aero.cur new file mode 100644 index 0000000..13adf88 Binary files /dev/null and b/Aero.cur differ diff --git a/Terminal_22445.ico b/Terminal_22445.ico new file mode 100644 index 0000000..851fe73 Binary files /dev/null and b/Terminal_22445.ico differ diff --git a/dragable.js b/dragable.js index 52e9094..e3c5f1d 100644 --- a/dragable.js +++ b/dragable.js @@ -1,6 +1,6 @@ // Make the DIV element draggable: dragElement(document.getElementById("window_box")); - +dragElement(document.getElementById("terminal")); function dragElement(elmnt) { var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0; if (document.getElementById(elmnt.id + "header")) { diff --git a/image/icon/terminal.png b/image/icon/terminal.png new file mode 100644 index 0000000..e05e806 Binary files /dev/null and b/image/icon/terminal.png differ diff --git a/image/preview/dark-bg.jpg b/image/preview/dark-bg.jpg index 49fe709..416b5ca 100644 Binary files a/image/preview/dark-bg.jpg and b/image/preview/dark-bg.jpg differ diff --git a/image/preview/macos.jpg b/image/preview/macos-1920.jpg similarity index 100% rename from image/preview/macos.jpg rename to image/preview/macos-1920.jpg diff --git a/iterm_terminal_icon_161274.ico b/iterm_terminal_icon_161274.ico new file mode 100644 index 0000000..ffe4446 Binary files /dev/null and b/iterm_terminal_icon_161274.ico differ diff --git a/main-style.css b/main-style.css index 08b7764..2d32b7b 100644 --- a/main-style.css +++ b/main-style.css @@ -3,6 +3,7 @@ html,*{ box-sizing: border-box; margin: 0; padding: 0; + cursor: url("Aero.cur"),auto; } body{ font-family: 'Josefin Sans'; @@ -17,7 +18,6 @@ body{ width: 100vw; height: 100vh; padding: 3px 2px; - z-index: 1; } .icon-container{ display: flex; @@ -31,7 +31,6 @@ body{ background-color: none; border-radius: 2px; border: solid transparent 1px; - z-index: 2; } .icon-container:hover{ background-color: #ffffff2c; diff --git a/main.html b/main.html index f9c114b..aebe5c7 100644 --- a/main.html +++ b/main.html @@ -6,9 +6,12 @@