Skip to content

Commit ad1d4af

Browse files
committed
[skip ci] minor
1 parent 53891d3 commit ad1d4af

File tree

1 file changed

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

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ qx.Theme.define("osparc.theme.Appearance", {
1919
extend: osparc.theme.common.Appearance,
2020

2121
appearances: {
22+
"strong-ui": {
23+
style: () => {
24+
return {
25+
textColor: "default-button-text",
26+
backgroundColor: "product-color",
27+
};
28+
}
29+
},
30+
2231
"dragdrop-no-cursor": {
2332
style: () => {
2433
return {
@@ -561,13 +570,12 @@ qx.Theme.define("osparc.theme.Appearance", {
561570
"widget/reset-button": {},
562571

563572
"form-button": {
573+
include: "strong-ui",
564574
style: function(states) {
565575
const style = {
566576
decorator: "form-button",
567577
cursor: "pointer",
568-
textColor: "default-button-text", // OM!!!!!
569578
padding: 5,
570-
backgroundColor: "default-button",
571579
center: true,
572580
};
573581
if (states.hovered) {

0 commit comments

Comments
 (0)