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 3e7813c commit d83ad37Copy full SHA for d83ad37
services/static-webserver/client/source/class/osparc/dashboard/DragWidget.js
@@ -27,10 +27,10 @@ qx.Class.define("osparc.dashboard.DragWidget", {
27
}));
28
29
this.set({
30
+ appearance: "strong-ui",
31
opacity: 0.9,
32
padding: 10,
33
zIndex: 1000,
- backgroundColor: "strong-main",
34
decorator: "rounded",
35
visibility: "excluded",
36
});
@@ -71,7 +71,7 @@ qx.Class.define("osparc.dashboard.DragWidget", {
71
__dropAllowed: function(allowed) {
72
this.getChildControl("allowed-icon").set({
73
source: allowed ? "@FontAwesome5Solid/check/14" : "@FontAwesome5Solid/times/14",
74
- textColor: allowed ? "text" : "danger-red",
+ textColor: allowed ? "default-button-text" : "danger-red",
75
76
},
77
0 commit comments