Skip to content

Commit 1996f4c

Browse files
committed
product-color for selected toolbar-button
1 parent 926b172 commit 1996f4c

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

services/static-webserver/client/source/class/osparc/theme/Appearance.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -868,14 +868,12 @@ qx.Theme.define("osparc.theme.Appearance", {
868868
backgroundColor = "default-button-focus-background";
869869
}
870870
if (states.selected || states.checked) {
871-
textColor = "default-button-disabled";
871+
textColor = "white";
872872
cursor = "default";
873873
decorator = "form-button-checked";
874-
backgroundColor = "default-button-disabled-background";
874+
backgroundColor = "product-color";
875875
}
876876

877-
decorator;
878-
879877
return {
880878
textColor: textColor,
881879
cursor: cursor,

0 commit comments

Comments
 (0)