mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Made the widget URL box selectable
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<button style="display: flex; width: auto; margin-left: auto; background: var(--accent-color);" onclick="OpenMembershipPage()">Check out my premium widgets</button>
|
||||
</div>
|
||||
<h2>Widget URL</h2>
|
||||
<input id="widget-url" type="text" readonly>
|
||||
<input id="widget-url" type="text" readonly onfocus="this.select();">
|
||||
<div style="display: flex; gap: 10px;">
|
||||
<button id="save-settings">Click to copy URL</button>
|
||||
<button onclick="OpenLoadSettingsPopup()">Load Settings</button>
|
||||
|
||||
@@ -129,10 +129,6 @@ input[type="number"] {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#widget-url:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.setting-item-content option {
|
||||
color: black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user