Re-enable PLEC Upload
This commit is contained in:
Binary file not shown.
@@ -32,20 +32,12 @@ function getHtml(): string {
|
||||
background: var(--vscode-button-secondaryHoverBackground);
|
||||
}
|
||||
.tool-desc { display: block; font-size: 11px; opacity: 0.7; margin-top: 2px; }
|
||||
.tool-btn:disabled { cursor: not-allowed; opacity: 0.55; }
|
||||
.tool-btn:disabled:hover { background: var(--vscode-button-secondaryBackground); }
|
||||
.wip-badge {
|
||||
display: inline-block; margin-left: 6px; padding: 1px 6px;
|
||||
font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px;
|
||||
background: var(--vscode-badge-background); color: var(--vscode-badge-foreground);
|
||||
border-radius: 3px; vertical-align: middle;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h3>HPL Toolbox</h3>
|
||||
<button class="tool-btn" data-cmd="hplToolbox.openPlecUpload" disabled title="Work In Progress">
|
||||
PLEC Upload<span class="wip-badge">Work In Progress</span>
|
||||
<button class="tool-btn" data-cmd="hplToolbox.openPlecUpload">
|
||||
PLEC Upload
|
||||
<span class="tool-desc">Upload HTML to internal PLEC server</span>
|
||||
</button>
|
||||
<button class="tool-btn" data-cmd="hplToolbox.openApplovinUpload">
|
||||
|
||||
Reference in New Issue
Block a user