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 bd55a73 commit 2c55d4eCopy full SHA for 2c55d4e
services/static-webserver/client/source/class/osparc/theme/ColorLight.js
@@ -31,7 +31,8 @@ qx.Theme.define("osparc.theme.ColorLight", {
31
"background-card-overlay": "rgba(229, 229, 229, 0.8)",
32
"background-workspace-card-overlay": "rgb(165, 223, 252)",
33
34
- "primary-background-color": "rgba(255, 255, 255, 1)",
+ // OM here
35
+ "primary-background-color": "rgba(255, 245, 235, 1)",
36
"navigation_bar_background_color": "rgba(229, 229, 229, 0.8)",
37
"tab_navigation_bar_background_color": "c00",
38
"fab_text": "contrasted-text-dark",
@@ -59,7 +60,8 @@ qx.Theme.define("osparc.theme.ColorLight", {
59
60
"shadow": qx.core.Environment.get("css.rgba") ? "a-bit-transparent" : "bg-shadow",
61
62
// window
- "window-popup-background": "rgba(235, 235, 235, 1)",
63
64
+ "window-popup-background": "rgba(225, 225, 225, 1)",
65
"window-caption-background": "background-main",
66
"window-caption-background-active": "background-main-3",
67
"window-caption-text": "text",
0 commit comments