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 926b172 commit 1996f4cCopy full SHA for 1996f4c
services/static-webserver/client/source/class/osparc/theme/Appearance.js
@@ -868,14 +868,12 @@ qx.Theme.define("osparc.theme.Appearance", {
868
backgroundColor = "default-button-focus-background";
869
}
870
if (states.selected || states.checked) {
871
- textColor = "default-button-disabled";
+ textColor = "white";
872
cursor = "default";
873
decorator = "form-button-checked";
874
- backgroundColor = "default-button-disabled-background";
+ backgroundColor = "product-color";
875
876
877
- decorator;
878
-
879
return {
880
textColor: textColor,
881
cursor: cursor,
0 commit comments