update resources

This commit is contained in:
QIDI TECH
2024-11-28 15:01:13 +08:00
parent 22572c2286
commit 459e7822db
86 changed files with 2353 additions and 282 deletions

View File

@@ -97,6 +97,12 @@ html,body
color:#818183;
}
/*----Recent Opened----*/
.FileImg
{
background-color:#575757;
}
/*---Staff PIck----*/
.HotModelPiece
{
@@ -112,3 +118,44 @@ html,body
{
filter: invert(1);
}
#HotModel_Search_Bar
{
border: 1px solid #323A3D;
background-color: #36363A;
}
#HotModel_Search_InputArea
{
background-color: #36363A;
}
#HotModel_Search_Input
{
background-color: #36363A;
caret-color: white;
color: #FFFFFF;
}
#HotModel_Search_Btn img
{
filter: invert(100%) brightness(100);
}
/*----Makerlab-----*/
.MakerlabItem
{
border: none;
}
/*---Print History----*/
.PrintHistoryImg
{
border: 1px solid #474747;
background-color: #575757;
}
#PrintHistory_Refresh_Btn
{
filter: invert(80%) brightness(20);
}