update resources

This commit is contained in:
QIDI TECH
2025-02-26 20:01:47 +08:00
parent 29360eb5e5
commit 7d213ce20c
61 changed files with 1515 additions and 1219 deletions

View File

@@ -91,6 +91,11 @@ html,body
box-shadow: 0px 0px 3px #DCDCDC;
}
#HotModel_Search_Btn img
{
filter: brightness(78%);
}
/*----User Manual------*/
.UG_DESC
{
@@ -121,18 +126,17 @@ html,body
#HotModel_Search_Bar
{
border: 1px solid #323A3D;
background-color: #36363A;
border: 1px solid #5C5C5C;
background-color: #242428;
}
#HotModel_Search_InputArea
{
background-color: #36363A;
}
#HotModel_Search_Input
{
background-color: #36363A;
background-color: #242428;
caret-color: white;
color: #FFFFFF;
}
@@ -158,4 +162,17 @@ html,body
#PrintHistory_Refresh_Btn
{
filter: invert(80%) brightness(20);
}
/*-----Hide Button-----*/
#HideBtn
{
background-image: url('../img/arrow_light_left.svg');
border: 1px solid rgba(48, 48, 51, 1);
background-color: rgba(48, 48, 51, 1);
}
#HideBtn:hover
{
background-color: rgba(70, 70, 71, 1);
}