]> code.citadel.org Git - citadel.git/commitdiff
Anything that looks like a button should act like a button.
authorArt Cancro <ajc@citadel.org>
Sun, 13 Feb 2022 22:58:06 +0000 (17:58 -0500)
committerArt Cancro <ajc@citadel.org>
Sun, 13 Feb 2022 22:58:06 +0000 (17:58 -0500)
Anything that acts like a button should look like a button.

webcit-ng/static/index.html

index ddada356400ffb470942b7346d36102813219cc5..07a61aa1003b32b90b322f4a68015a78cf721b6e 100644 (file)
@@ -35,7 +35,7 @@ LOADING
                <button id="ctdl-ungoto-button" style="display:none" class="w3-bar-item w3-button" onclick="gotonext(0);">ungoto</button>
                <button id="ctdl-skip-button" style="display:none" class="w3-bar-item w3-button" onclick="gotonext(1);">skip</button>
                <button id="ctdl-goto-button" style="display:none" class="w3-bar-item w3-button" onclick="gotonext(2);">goto</button>
-               <span id="lilo" class="w3-bar-item">Login</span>
+               <button id="lilo" class="w3-bar-item w3-button">Login</button>
        </span>
 </div>