ENH: Modify Image Background Color
JIRA: none Change-Id: I6161889738d9fa6ac4da164e6cb51011cd217b92
This commit is contained in:
parent
ccbf76cee8
commit
3f6ded0a85
|
@ -92,6 +92,12 @@ html,body
|
||||||
color:#818183;
|
color:#818183;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*----Recent Opened----*/
|
||||||
|
.FileImg
|
||||||
|
{
|
||||||
|
background-color:#575757;
|
||||||
|
}
|
||||||
|
|
||||||
/*---Staff PIck----*/
|
/*---Staff PIck----*/
|
||||||
.HotModelPiece
|
.HotModelPiece
|
||||||
{
|
{
|
||||||
|
@ -141,6 +147,7 @@ html,body
|
||||||
.PrintHistoryImg
|
.PrintHistoryImg
|
||||||
{
|
{
|
||||||
border: 1px solid #474747;
|
border: 1px solid #474747;
|
||||||
|
background-color: #575757;
|
||||||
}
|
}
|
||||||
|
|
||||||
#PrintHistory_Refresh_Btn
|
#PrintHistory_Refresh_Btn
|
||||||
|
|
|
@ -116,7 +116,7 @@ body
|
||||||
{
|
{
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border: 1px solid #EEEEEE;
|
border: 1px solid #EEEEEE;
|
||||||
/* background-color: #E4E4E4;*/
|
background-color: #E4E4E4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PrintHistoryImg img
|
.PrintHistoryImg img
|
||||||
|
@ -226,7 +226,7 @@ body
|
||||||
|
|
||||||
.PH_Gcode_Icon
|
.PH_Gcode_Icon
|
||||||
{
|
{
|
||||||
background-color: #5C5C5C;
|
background-color: #8F8F8F;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
width: Hug (61px)px;
|
width: Hug (61px)px;
|
||||||
|
|
Loading…
Reference in New Issue