Skip to content

Commit d83ad37

Browse files
committed
aesthetics
1 parent 3e7813c commit d83ad37

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ qx.Class.define("osparc.dashboard.DragWidget", {
2727
}));
2828

2929
this.set({
30+
appearance: "strong-ui",
3031
opacity: 0.9,
3132
padding: 10,
3233
zIndex: 1000,
33-
backgroundColor: "strong-main",
3434
decorator: "rounded",
3535
visibility: "excluded",
3636
});
@@ -71,7 +71,7 @@ qx.Class.define("osparc.dashboard.DragWidget", {
7171
__dropAllowed: function(allowed) {
7272
this.getChildControl("allowed-icon").set({
7373
source: allowed ? "@FontAwesome5Solid/check/14" : "@FontAwesome5Solid/times/14",
74-
textColor: allowed ? "text" : "danger-red",
74+
textColor: allowed ? "default-button-text" : "danger-red",
7575
});
7676
},
7777

0 commit comments

Comments
 (0)