mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-11 23:29:05 +08:00
ENH: adjust right area scrolBar and text color
Change-Id: Ic430728bef302fec47a4304679cc5955a435d5e3 (cherry picked from commit 2a28dd67098e298957a83bb4d446623844db6bd8)
This commit is contained in:
parent
1b995c2d47
commit
e6e72a90b6
@ -1,6 +1,6 @@
|
||||
.PolicyArea
|
||||
{
|
||||
background-color: #EBEBEB;
|
||||
background-color: #4A4A51;
|
||||
}
|
||||
|
||||
#PolicyTxt
|
||||
|
@ -1,14 +1,18 @@
|
||||
*
|
||||
{
|
||||
color: #fff;
|
||||
color: #efeff0;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
background-color:#54545A;
|
||||
color: #fff;
|
||||
background-color:#3E3E45;
|
||||
color: #efeff0;
|
||||
}
|
||||
|
||||
#Title div
|
||||
{
|
||||
color: #21A452;
|
||||
}
|
||||
|
||||
/*-----Button-----*/
|
||||
.GrayBtn
|
||||
|
@ -11,7 +11,7 @@ body
|
||||
|
||||
.TextS1
|
||||
{
|
||||
color:#fff;
|
||||
color:#efeff0;
|
||||
}
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ body
|
||||
#LogoutBtn:hover
|
||||
{
|
||||
background: #243E30;
|
||||
color: #fff;
|
||||
color: #efeff0;
|
||||
}
|
||||
|
||||
.BtnItem
|
||||
@ -31,7 +31,7 @@ body
|
||||
|
||||
.BtnItem:hover
|
||||
{
|
||||
color: #fff;
|
||||
color: #efeff0;
|
||||
background-color: #243E30;
|
||||
}
|
||||
|
||||
@ -42,7 +42,7 @@ body
|
||||
|
||||
.BtnItemSelected
|
||||
{
|
||||
color: #fff;
|
||||
color: #efeff0;
|
||||
background-color: #243E30;
|
||||
}
|
||||
|
||||
@ -65,7 +65,7 @@ body
|
||||
|
||||
#recnet_context_menu
|
||||
{
|
||||
color: #fff;
|
||||
color: #efeff0;
|
||||
background-color:#242428;
|
||||
border: 0px;
|
||||
box-shadow: 0px 0px 3px #DCDCDC;
|
||||
|
@ -214,7 +214,7 @@ body
|
||||
|
||||
#ContentBoard
|
||||
{
|
||||
overflow-y:hidden;
|
||||
overflow-y:auto;
|
||||
padding: 0px 40px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Loading…
x
Reference in New Issue
Block a user