diff --git a/packages/eez-studio-ui/_images/eez_studio_logo_with_title_dark.png b/packages/eez-studio-ui/_images/eez_studio_logo_with_title_dark.png new file mode 100644 index 00000000..a9e01b21 Binary files /dev/null and b/packages/eez-studio-ui/_images/eez_studio_logo_with_title_dark.png differ diff --git a/packages/eez-studio-ui/_stylesheets/app.less b/packages/eez-studio-ui/_stylesheets/app.less index 87f9a60e..2780dd37 100644 --- a/packages/eez-studio-ui/_stylesheets/app.less +++ b/packages/eez-studio-ui/_stylesheets/app.less @@ -476,8 +476,10 @@ input::placeholder { } button.EezStudio_Action { - &:active { - transform: translate(1px, 1px); + &:not(:disabled) { + &:active { + transform: translate(1px, 1px); + } } &:not(.btn-outline-success, .btn-outline-danger) { diff --git a/packages/eez-studio-ui/_stylesheets/vars.less b/packages/eez-studio-ui/_stylesheets/vars.less index 7cab9f73..4a7c338b 100644 --- a/packages/eez-studio-ui/_stylesheets/vars.less +++ b/packages/eez-studio-ui/_stylesheets/vars.less @@ -1,7 +1,7 @@ @backgroundColor: var(--bs-body-bg); @textColor: var(--bs-body-color); @sectionBackgroundColor: #f0f0f0; -@borderColor: #e0e0e0; +@borderColor: #e2e2e2; @darkBorderColor: #c5c5c5; @panelHeaderColor: var(--bs-tertiary-bg); @selectionBackgroundColor: #337bb7; @@ -93,7 +93,7 @@ @componentShadow: 1px 1px 4px rgba(22, 33, 74, 0.2); @componentBodyShadow: none; -@panelHeaderColorInsideFlexLayout: #e6eaed; +@panelHeaderColorInsideFlexLayout: var(--bs-tertiary-bg); @formControlBorderColor: #ced4da; diff --git a/packages/eez-studio-ui/about-box.tsx b/packages/eez-studio-ui/about-box.tsx index 1ba08f7b..3a1861bc 100644 --- a/packages/eez-studio-ui/about-box.tsx +++ b/packages/eez-studio-ui/about-box.tsx @@ -7,6 +7,7 @@ import { showDialog, Dialog } from "eez-studio-ui/dialog"; import { Loader } from "eez-studio-ui/loader"; import { isArray } from "eez-studio-shared/util"; +import { settingsController } from "home/settings"; const STUDIO_RELEASES_URL = "https://api.github.com/repos/eez-open/studio/releases"; @@ -177,7 +178,13 @@ const AboutBox = observer(
- +
@@ -204,7 +211,7 @@ const AboutBox = observer( {this.versionInfo}