mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-30 12:11:15 -06:00
FIX: adjust background color
Change-Id: I7e32013dbd348c74dc79f0fdd38de4c46e38554d
This commit is contained in:
parent
ce2d2defc0
commit
eb8c97f150
2 changed files with 13 additions and 8 deletions
|
|
@ -1,11 +1,11 @@
|
|||
body
|
||||
{
|
||||
background-color:black;
|
||||
background-color:#242428;
|
||||
}
|
||||
|
||||
*
|
||||
{
|
||||
border-color: #494949;
|
||||
border-color: #3E3E45;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -24,15 +24,20 @@ body
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.BtnItem
|
||||
{
|
||||
color:#B3B3B5;
|
||||
}
|
||||
|
||||
.BtnItem:hover
|
||||
{
|
||||
color: #000;
|
||||
color: #fff;
|
||||
background-color: #243E30;
|
||||
}
|
||||
|
||||
.BtnItemSelected
|
||||
{
|
||||
color: #fff;
|
||||
background-color: #243E30;
|
||||
}
|
||||
|
||||
|
|
@ -46,5 +51,5 @@ body
|
|||
/*----User Manual------*/
|
||||
.UG_DESC
|
||||
{
|
||||
color:#A4A4A4;
|
||||
color:#818183;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue