Skip to content

Commit 2c55d4e

Browse files
committed
minors
1 parent bd55a73 commit 2c55d4e

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ qx.Theme.define("osparc.theme.ColorLight", {
3131
"background-card-overlay": "rgba(229, 229, 229, 0.8)",
3232
"background-workspace-card-overlay": "rgb(165, 223, 252)",
3333

34-
"primary-background-color": "rgba(255, 255, 255, 1)",
34+
// OM here
35+
"primary-background-color": "rgba(255, 245, 235, 1)",
3536
"navigation_bar_background_color": "rgba(229, 229, 229, 0.8)",
3637
"tab_navigation_bar_background_color": "c00",
3738
"fab_text": "contrasted-text-dark",
@@ -59,7 +60,8 @@ qx.Theme.define("osparc.theme.ColorLight", {
5960
"shadow": qx.core.Environment.get("css.rgba") ? "a-bit-transparent" : "bg-shadow",
6061

6162
// window
62-
"window-popup-background": "rgba(235, 235, 235, 1)",
63+
// OM here
64+
"window-popup-background": "rgba(225, 225, 225, 1)",
6365
"window-caption-background": "background-main",
6466
"window-caption-background-active": "background-main-3",
6567
"window-caption-text": "text",

0 commit comments

Comments
 (0)