[GH-PR-11] [CLOSED] Buttons style added #110

Closed
opened 2025-11-21 16:56:48 -05:00 by cj · 0 comments
Owner

Mirrored from GitHub Pull Request #11

Original author: @nullbyte-s

Created at: 2023-06-19T02:51:54Z

Status: CLOSED

Merged: NO (closed at 2023-06-19T11:46:51Z)

Source branch: nullbyte-s:stable

Target branch: Carve:stable

Commits (5)

  • 9f15486 Add files via upload - null-biter
  • 2b32405 Add files via upload - null-biter
  • b772ac7 Add files via upload - null-biter
  • 5a80b2b Add files via upload - null-biter
  • 648cb8a Add files via upload - null-biter

Description

All buttons have been styled to match the dark theme.

Changes

Files changed: 30
Lines added: +182
Lines removed: -45

Modified files:

  • modified: private/addpeers.html (+2/-2)
  • modified: private/addtrackers.html (+1/-1)
  • modified: private/confirmdeletion.html (+1/-1)
  • modified: private/confirmfeeddeletion.html (+2/-2)
  • modified: private/confirmruleclear.html (+2/-2)
  • modified: private/confirmruledeletion.html (+2/-2)
  • modified: private/css/style.css (+93/-0)
  • modified: private/download.html (+1/-1)
  • modified: private/downloadlimit.html (+1/-1)
  • modified: private/edittracker.html (+1/-1)
  • modified: private/newcategory.html (+1/-1)
  • modified: private/newfeed.html (+1/-1)
  • modified: private/newfolder.html (+1/-1)
  • modified: private/newrule.html (+1/-1)
  • modified: private/newtag.html (+1/-1)

... and 15 more files

Diff for private/addpeers.html:

@@ -63,8 +63,8 @@
         <p>List of peers to add (one IP per line):</p>
         <textarea id="peers" rows="10" style="width: 100%;" placeholder="Format: IPv4:port / [IPv6]:port"></textarea>
         <div style="margin-top: 10px; text-align: center;">
-            <button onclick="parent.closeWindows();">Cancel</button>
-            <button id="addPeersOk">Ok</button>
+            <button class="button" onclick="parent.closeWindows();">Cancel</button>
+            <button class="button" id="addPeersOk">Ok</button>
         </div>
     </div>
 </body>

Diff for private/addtrackers.html:

@@ -52,7 +52,7 @@
         <h2 class="vcenter">List of trackers to add (one per line):</h2>
         <textarea name="list" id="trackersUrls" rows="10" cols="1"></textarea>
         <br />
-        <input type="button" value="Add" id="addTrackersButton" />
+        <input class="button" type="button" value="Add" id="addTrackersButton" />
     </div>
 </body>
 

Diff for private/confirmdeletion.html:

@@ -48,7 +48,7 @@
     <p>&nbsp;&nbsp;Are you sure you want to remove the selected torrents from the transfer list?</p>
     &nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" id="deleteFromDiskCB" /> <label for="deleteFromDiskCB"><i>Also permanently delete the files</i></label><br /><br />
     <div style="text-align: right;">
-        <input type="button" id="cancelBtn" value="Cancel" />&nbsp;&nbsp;<input type="button" id="confirmBtn" value="Remove" />&nbsp;&nbsp;
+        <input class="button" type="button" id="cancelBtn" value="Cancel" />&nbsp;&nbsp;<input class="button" type="button" id="confirmBtn" value="Remove" />&nbsp;&nbsp;
     </div>
 </body>
 

Diff for private/confirmfeeddeletion.html:

@@ -47,8 +47,8 @@
     <div style="padding: 10px 10px 0px 10px;">
         <p>Are you sure you want to delete the selected RSS feeds?</p>
         <div style="text-align: right;">
-            <input type="button" id="cancelBtn" value="No" />
-            <input type="button" id="confirmBtn" value="Yes" />
+            <input class="button" type="button" id="cancelBtn" value="No" />
+            <input class="button" type="button" id="confirmBtn" value="Yes" />
         </div>
     </div>
 </body>

Diff for private/confirmruleclear.html:

@@ -40,8 +40,8 @@
     <div style="padding: 10px 10px 0px 10px;">
         <p>Are you sure you want to clear the list of downloaded episodes for the selected rule?</p>
         <div style="text-align: right;">
-            <input type="button" id="cancelBtn" value="No" />
-            <input type="button" id="confirmBtn" value="Yes" />
+            <input class="button" type="button" id="cancelBtn" value="No" />
+            <input class="button" type="button" id="confirmBtn" value="Yes" />
         </div>
     </div>
 </body>

Diffs for 25 more files are not shown

*Mirrored from GitHub Pull Request [#11](https://github.com/Carve/qbittorrent-webui-cjratliff.com/pull/11)* **Original author: @nullbyte-s** **Created at: 2023-06-19T02:51:54Z** **Status: CLOSED** **Merged: NO (closed at 2023-06-19T11:46:51Z)** **Source branch: nullbyte-s:stable** **Target branch: Carve:stable** ## Commits (5) * [`9f15486`](https://github.com/Carve/qbittorrent-webui-cjratliff.com/pull/11/commits/9f154863a293214aabff0058866d270b7476fe37) Add files via upload - null-biter * [`2b32405`](https://github.com/Carve/qbittorrent-webui-cjratliff.com/pull/11/commits/2b32405ce1968d658f36ec78635ffbf1aed70f66) Add files via upload - null-biter * [`b772ac7`](https://github.com/Carve/qbittorrent-webui-cjratliff.com/pull/11/commits/b772ac7253e86498f59a3bf862cc819bf0b7faf2) Add files via upload - null-biter * [`5a80b2b`](https://github.com/Carve/qbittorrent-webui-cjratliff.com/pull/11/commits/5a80b2b8c4b0849c49600288e0636523a985ae0d) Add files via upload - null-biter * [`648cb8a`](https://github.com/Carve/qbittorrent-webui-cjratliff.com/pull/11/commits/648cb8aab01b3e3c5658420d47790876e0ff34fb) Add files via upload - null-biter ## Description All buttons have been styled to match the dark theme. ## Changes **Files changed:** 30 **Lines added:** +182 **Lines removed:** -45 **Modified files:** * modified: `private/addpeers.html` (+2/-2) * modified: `private/addtrackers.html` (+1/-1) * modified: `private/confirmdeletion.html` (+1/-1) * modified: `private/confirmfeeddeletion.html` (+2/-2) * modified: `private/confirmruleclear.html` (+2/-2) * modified: `private/confirmruledeletion.html` (+2/-2) * modified: `private/css/style.css` (+93/-0) * modified: `private/download.html` (+1/-1) * modified: `private/downloadlimit.html` (+1/-1) * modified: `private/edittracker.html` (+1/-1) * modified: `private/newcategory.html` (+1/-1) * modified: `private/newfeed.html` (+1/-1) * modified: `private/newfolder.html` (+1/-1) * modified: `private/newrule.html` (+1/-1) * modified: `private/newtag.html` (+1/-1) *... and 15 more files* **Diff for `private/addpeers.html`:** ```diff @@ -63,8 +63,8 @@ <p>List of peers to add (one IP per line):</p> <textarea id="peers" rows="10" style="width: 100%;" placeholder="Format: IPv4:port / [IPv6]:port"></textarea> <div style="margin-top: 10px; text-align: center;"> - <button onclick="parent.closeWindows();">Cancel</button> - <button id="addPeersOk">Ok</button> + <button class="button" onclick="parent.closeWindows();">Cancel</button> + <button class="button" id="addPeersOk">Ok</button> </div> </div> </body> ``` **Diff for `private/addtrackers.html`:** ```diff @@ -52,7 +52,7 @@ <h2 class="vcenter">List of trackers to add (one per line):</h2> <textarea name="list" id="trackersUrls" rows="10" cols="1"></textarea> <br /> - <input type="button" value="Add" id="addTrackersButton" /> + <input class="button" type="button" value="Add" id="addTrackersButton" /> </div> </body> ``` **Diff for `private/confirmdeletion.html`:** ```diff @@ -48,7 +48,7 @@ <p>&nbsp;&nbsp;Are you sure you want to remove the selected torrents from the transfer list?</p> &nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" id="deleteFromDiskCB" /> <label for="deleteFromDiskCB"><i>Also permanently delete the files</i></label><br /><br /> <div style="text-align: right;"> - <input type="button" id="cancelBtn" value="Cancel" />&nbsp;&nbsp;<input type="button" id="confirmBtn" value="Remove" />&nbsp;&nbsp; + <input class="button" type="button" id="cancelBtn" value="Cancel" />&nbsp;&nbsp;<input class="button" type="button" id="confirmBtn" value="Remove" />&nbsp;&nbsp; </div> </body> ``` **Diff for `private/confirmfeeddeletion.html`:** ```diff @@ -47,8 +47,8 @@ <div style="padding: 10px 10px 0px 10px;"> <p>Are you sure you want to delete the selected RSS feeds?</p> <div style="text-align: right;"> - <input type="button" id="cancelBtn" value="No" /> - <input type="button" id="confirmBtn" value="Yes" /> + <input class="button" type="button" id="cancelBtn" value="No" /> + <input class="button" type="button" id="confirmBtn" value="Yes" /> </div> </div> </body> ``` **Diff for `private/confirmruleclear.html`:** ```diff @@ -40,8 +40,8 @@ <div style="padding: 10px 10px 0px 10px;"> <p>Are you sure you want to clear the list of downloaded episodes for the selected rule?</p> <div style="text-align: right;"> - <input type="button" id="cancelBtn" value="No" /> - <input type="button" id="confirmBtn" value="Yes" /> + <input class="button" type="button" id="cancelBtn" value="No" /> + <input class="button" type="button" id="confirmBtn" value="Yes" /> </div> </div> </body> ``` *Diffs for 25 more files are not shown*
cj closed this issue 2025-11-21 16:56:48 -05:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cj/qbittorrent-webui-cjratliff.com#110
No description provided.