Skip to content

Commit c37c2b4

Browse files
committed
don't change header background
1 parent c6f21c7 commit c37c2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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,6 @@ 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: "background-card-overlay",
130129
anonymous: true,
131130
maxWidth: this.self().ITEM_WIDTH,
132131
maxHeight: this.self().HEADER_MAX_HEIGHT,
@@ -162,6 +161,7 @@ qx.Class.define("osparc.dashboard.WorkspaceButtonBase", {
162161
textColor: "contrasted-text-light",
163162
font: "text-14",
164163
allowGrowX: true,
164+
alignY: "middle",
165165
maxHeight: this.self().HEADER_MAX_HEIGHT
166166
});
167167
layout = this.getChildControl("header");

0 commit comments

Comments
 (0)