Skip to content

Commit f296f69

Browse files
committed
hardcoded header color
1 parent db35f65 commit f296f69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +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)",
129130
anonymous: true,
130131
maxWidth: this.self().ITEM_WIDTH,
131132
maxHeight: this.self().HEADER_MAX_HEIGHT,

0 commit comments

Comments
 (0)