Add Filament / Printer window & web based windows improvements (#9431)

* update

* update

* Update 23.css

* update

* update

* Update 21.css

* update
This commit is contained in:
yw4z 2025-04-24 11:23:28 +03:00 committed by GitHub
parent 07634d2ba2
commit 0d3683c3e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 211 additions and 81 deletions

View file

@ -16,11 +16,12 @@
margin-top:10mm;
line-height: 30px;
}
/* ORCA brokes shape of custom css checkbox
#InstallCheck
{
width: 30px;
}
*/
#RestartText
{

View file

@ -31,8 +31,8 @@
</div>
<div id="CheckArea"><input id="InstallCheck" onClick="SendInstallPluginCheck()" type="checkbox"><a tid="t69" class="trans TextS1">Install Bambu Network Plug-in. </a></div>
<!-- ORCA use label tag to allow checkbox to toggle when user clicked to text -->
<label id="CheckArea"><input id="InstallCheck" onClick="SendInstallPluginCheck()" type="checkbox"><a tid="t69" class="trans TextS1">Install Bambu Network Plug-in. </a></label>
<div id="RestartText" tid="t70" class="trans" ></div>
</div>