From 956de2533ba6cfec883ac75c2bc1a589a76a11a2 Mon Sep 17 00:00:00 2001 From: Zarcolio Date: Tue, 27 Jun 2023 16:42:53 +0200 Subject: [PATCH] Update index.html --- Ducky script creator/index.html | 61 ++++++++++++++++++++++----------- 1 file changed, 41 insertions(+), 20 deletions(-) diff --git a/Ducky script creator/index.html b/Ducky script creator/index.html index b2fa462..3c3a110 100644 --- a/Ducky script creator/index.html +++ b/Ducky script creator/index.html @@ -49,21 +49,18 @@ background-color: #4E9AF1; color: white; cursor: pointer; + border-radius: 4px; /* Added rounded corners */ } - .other #delayInput { + .other input[type="number"], + .other input[type="text"], + .other .large-btn { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; } - .other .large-btn { - width: 100%; - white-space: normal; - line-height: 1.2; - } - #translateButton, #saveButton { padding: 10px; @@ -72,6 +69,7 @@ color: white; font-size: 16px; cursor: pointer; + border-radius: 4px; /* Added rounded corners */ } #output { @@ -82,10 +80,26 @@ border-radius: 4px; resize: vertical; } + + /* Added new styles for input fields and buttons in the "other" class */ + .other > input[type="number"], + .other > input[type="text"], + .other > button { + display: block; + width: 100%; + margin-bottom: 5px; + } + + .other .large-btn { + width: 100%; + white-space: normal; + line-height: 1.2; + border-radius: 4px; /* Added rounded corners */ + margin-top: 5px; /* Added margin-top to create space */ + } -

Ducky Script Translator

Function:
@@ -106,25 +120,30 @@
String:
- +
- +
- +
Delay:
- - +
+
+ + +
+
- +
Modifiers:
@@ -134,11 +153,13 @@ +
+
- +
Combos:
@@ -149,7 +170,7 @@
- +
Cursor:
@@ -163,7 +184,7 @@
- +
Control:
@@ -190,12 +211,12 @@
- +
Output: - +
- +