Color fixes (#5712)

* Flushing volumes button background color for active state

* Sliced plates bar > Use different colors on plate numbers for light / dark theme

* Remove 3D navigator background

* Device & Project Tab > Sidebar > Selected tab background color

* Merge branch 'SoftFever:main' into color-fixes-3

* Correct sidebar button color for light mode for bbl monitor / calibration and project page

* Homepage fixes

* Fix parameters group title color too bright on dark theme

* Search popup hovered item background color

* Sidebar > Search box > match border color with other input/combo boxes

* fix indents

* Add descriptions to statecolors

* Paint gizmos > remove background of non active Tool / Brush buttons on dark mode

* Merge branch 'SoftFever:main' into color-fixes-3

* Top bar / Main tab bar button hover background

* Fix broken color change from last merges

* Gizmos selected text background

* Keyboard shortcuts window selected tab bg color

* About page link color

* Project page fixes

* match disabled text color on combo boxes with input boxes

* Use better background color for disabled elements on dark mode

* match all colors for disabled elements

* BBL > Monitor tab > Add printer text and icon not visible on dark theme

* even darker bg color for homepage thumbnails

* Sidebar arrow not visible

* Better bg color for row highlighting

* match style of gizmo combo box

* Merge branch 'SoftFever:main' into color-fixes-3

* Revert changes for main tab bar background color of button while hover
This commit is contained in:
yw4z
2024-07-23 13:00:21 +03:00
committed by GitHub
parent 5e4dd4d847
commit 4f6c17f568
28 changed files with 111 additions and 97 deletions

View File

@@ -1,3 +1,3 @@
<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.346 0.361999H5.068V3.078H7.77V4.786H5.068V7.502H3.346V4.786H0.63V3.078H3.346V0.361999Z" fill="black"/>
<path d="M3.346 0.361999H5.068V3.078H7.77V4.786H5.068V7.502H3.346V4.786H0.63V3.078H3.346V0.361999Z" style="fill:#949494"/>
</svg>

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 222 B

View File

@@ -1,3 +1,3 @@
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 12L8.50024 7.6247C8.79242 7.25948 8.79204 6.74005 8.49986 6.37483C7.23348 4.79185 6.38744 3.73431 5 2" stroke="#909090" stroke-linecap="round"/>
<path d="M5 12L8.50024 7.6247C8.79242 7.25948 8.79204 6.74005 8.49986 6.37483C7.23348 4.79185 6.38744 3.73431 5 2" style="stroke:#949494" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 260 B

After

Width:  |  Height:  |  Size: 266 B

View File

@@ -33,7 +33,7 @@ body
/*----Left Menu Button----*/
#LogoutBtn:hover
{
background: #004942;
background: #223C3C;
color: #efeff0;
}
@@ -45,7 +45,7 @@ body
.BtnItem:hover
{
color: #efeff0;
background-color: #004942;
background-color: #223C3C;
}
.BtnItem:hover .LeftIcon
@@ -56,7 +56,7 @@ body
.BtnItemSelected
{
color: #efeff0;
background-color: #004942;
background-color: #223C3C;
}
.BtnItemSelected .LeftIcon
@@ -67,8 +67,8 @@ body
/*-----Right Top MenuBtn-----*/
.MenuItem:hover
{
border-color: #4db6ac;
background-color: #004942;
border-color: #00675b;
background-color: #223C3C;
}
#RecentClearAllBtn:hover
@@ -76,6 +76,11 @@ body
color: #000;
}
.FileImg
{
background-color: #36363C; /*ORCA use darker color for dark theme for thumbnails*/
}
#recnet_context_menu
{
color: #efeff0;
@@ -84,6 +89,11 @@ body
box-shadow: 0px 0px 3px #DCDCDC;
}
.CT_Item:hover
{
background-color:#00675b; /*ORCA color*/
}
/*----User Manual------*/
.UG_DESC
{

View File

@@ -203,12 +203,12 @@ body
.BtnItem:hover
{
background-color: #E0FCEB;
background-color: #BFE1DE; /*ORCA color with %25 opacity*/
}
.BtnItemSelected
{
background-color: #e0fcf3;
background-color: #BFE1DE; /*ORCA color with %25 opacity*/
}
.BtnIcon
@@ -277,8 +277,8 @@ body
.MenuItem:hover
{
border-color: #4db6ac;
background-color: #E0FCEB;
border-color: #009688; /*ORCA color*/
background-color: #E5F0EE; /*ORCA color with %25 opacity*/
}
.MenuIcon
@@ -465,7 +465,7 @@ body
.CT_Item:hover
{
cursor: pointer;
background-color: #0078D4;
background-color:#009688; /*ORCA color*/
border-radius: 4px;
color: #fff;
}