mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
ENH: fix some color problem
Change-Id: Iaae11323cfab96b05746208b8c31b20f3ab56fba (cherry picked from commit dbe62188c877afdecc522534a2f85f7a0ea80ef4)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
body
|
||||
{
|
||||
background-color:#242428;
|
||||
background-color:#2D2D31;
|
||||
}
|
||||
|
||||
*
|
||||
{
|
||||
border-color: #3E3E45;
|
||||
border-color: #6f6f6f;
|
||||
}
|
||||
|
||||
|
||||
@@ -35,12 +35,22 @@ body
|
||||
background-color: #243E30;
|
||||
}
|
||||
|
||||
.BtnItem:hover .LeftIcon
|
||||
{
|
||||
filter: brightness(300%);
|
||||
}
|
||||
|
||||
.BtnItemSelected
|
||||
{
|
||||
color: #fff;
|
||||
background-color: #243E30;
|
||||
}
|
||||
|
||||
.BtnItemSelected .LeftIcon
|
||||
{
|
||||
filter: brightness(300%);
|
||||
}
|
||||
|
||||
/*-----Right Top MenuBtn-----*/
|
||||
.MenuItem:hover
|
||||
{
|
||||
@@ -48,6 +58,19 @@ body
|
||||
background-color: #243E30;
|
||||
}
|
||||
|
||||
#RecentClearAllBtn:hover
|
||||
{
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#recnet_context_menu
|
||||
{
|
||||
color: #fff;
|
||||
background-color:#242428;
|
||||
border: 0px;
|
||||
box-shadow: 0px 0px 3px #DCDCDC;
|
||||
}
|
||||
|
||||
/*----User Manual------*/
|
||||
.UG_DESC
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user