Skip to content

Commit 90f0135

Browse files
authored
Update index.html
1 parent a15f5cc commit 90f0135

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,15 @@ <h1>Pop Ups</h1>
150150
<a class="bloxy-btn bloxy-rainbow-btn" onclick="openIframe()">Open Chat In New Window</a>
151151
<a id="palet_blox_open" class="bloxy-btn bloxy-rainbow-btn">Annoucements</a>
152152
<a class="bloxy-btn bloxy-rainbow-btn" onclick="supportWindow_open()">Open Support In New Window</a>
153-
<a class="bloxy-btn bloxy-rainbow-btn id="openPopup">Enter Secret Code</a>
153+
<a class="bloxy-btn bloxy-rainbow-btn" id="openPopup">Enter Secret Code</a>
154154

155155
<div class="popup-overlay" id="popupOverlay">
156156
<div class="popup">
157157
<button class="close" id="closePopup"></button>
158158
<h2>Enter Secret Code</h2>
159159
<input type="text" id="secretInput" placeholder="Type secret code..." />
160160
<br>
161-
<button id="submitCode">Submit</button>
161+
<button id="submitCode" class="bloxy-btn bloxy-blue-btn">Submit</button>
162162
<div class="message" id="message"></div>
163163
</div>
164164
</div>
@@ -487,3 +487,4 @@ <h1>Views:</h1>
487487
</body>
488488
</html>
489489

490+

0 commit comments

Comments
 (0)