File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
services/static-webserver/client/source/class/osparc/theme Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments