Skip to content

Commit

Permalink
loading-page colors added
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Mar 31, 2020
1 parent 8435713 commit 723b99d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion source/class/osparc/theme/osparcdark/Color.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ qx.Theme.define("osparc.theme.osparcdark.Color", {
"ready-green": "#33925A",
"failed-red": "#FF2D2D",

"progressbar": "#60909e"
"progressbar": "#60909e",

"loading-page-background-color": "#202020",
"loading-page-text": "#FFFFFF",
"loading-page-spinner": "#DDDDDD"
}
});
6 changes: 5 additions & 1 deletion source/class/osparc/theme/osparclight/Color.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ qx.Theme.define("osparc.theme.osparclight.Color", {
"ready-green": "#33925A",
"failed-red": "#FF2D2D",

"progressbar": "#9F6F61"
"progressbar": "#9F6F61",

"loading-page-background-color": "#DFDFDF",
"loading-page-text": "#000000",
"loading-page-spinner": "#222222"
}
});

0 comments on commit 723b99d

Please sign in to comment.