Skip to content

Commit 0208b8d

Browse files
committed
bg header color
1 parent f296f69 commit 0208b8d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/WorkspaceButtonBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ qx.Class.define("osparc.dashboard.WorkspaceButtonBase", {
126126
}
127127
case "header":
128128
control = new qx.ui.container.Composite(new qx.ui.layout.HBox(5)).set({
129-
backgroundColor: "rgba(33, 93, 122, 0.8)",
129+
backgroundColor: "background-workspace-card-overlay",
130130
anonymous: true,
131131
maxWidth: this.self().ITEM_WIDTH,
132132
maxHeight: this.self().HEADER_MAX_HEIGHT,

services/static-webserver/client/source/class/osparc/theme/ColorDark.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ qx.Theme.define("osparc.theme.ColorDark", {
3232
"background-main-5": "c06",
3333

3434
"background-card-overlay": "rgba(25, 33, 37, 0.8)",
35+
"background-workspace-card-overlay": "rgba(33, 93, 122, 0.8)",
3536

3637
"primary-background-color": "rgba(0, 20, 46, 1)",
3738
"navigation_bar_background_color": "rgba(1, 18, 26, 0.8)",

services/static-webserver/client/source/class/osparc/theme/ColorLight.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ qx.Theme.define("osparc.theme.ColorLight", {
3232
"background-main-5": "c06",
3333

3434
"background-card-overlay": "rgba(229, 229, 229, 0.8)",
35+
"background-workspace-card-overlay": "rgba(165, 223, 252, 0.8)",
3536

3637
"primary-background-color": "rgba(255, 255, 255, 1)",
3738
"navigation_bar_background_color": "rgba(229, 229, 229, 0.8)",

0 commit comments

Comments
 (0)