We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61456fa commit 39fd88dCopy full SHA for 39fd88d
services/static-webserver/client/source/class/osparc/dashboard/NewPlusMenu.js
@@ -23,6 +23,10 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
23
24
osparc.utils.Utils.prettifyMenu(this);
25
26
+ this.getContentElement().setStyles({
27
+ "border-color": qx.theme.manager.Color.getInstance().resolve("strong-main"),
28
+ });
29
+
30
this.set({
31
position: "bottom-left",
32
spacingX: 20,
0 commit comments