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