Skip to content

Commit 56e2188

Browse files
committed
less contrast for selected row
1 parent aab5868 commit 56e2188

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ qx.Theme.define("osparc.theme.ColorDark", {
133133

134134
// used in table code
135135
"table-header-cell": "background-main",
136-
"table-row-background-focused-selected": "background-main-4",
137-
"table-row-background-focused": "background-main-3",
138-
"table-row-background-selected": "background-main-4",
139136
"table-row-background-even": "background-main",
140137
"table-row-background-odd": "background-main",
138+
"table-row-background-focused": "background-main-1",
139+
"table-row-background-focused-selected": "background-main-2",
140+
"table-row-background-selected": "background-main-2",
141141

142142
// foreground
143143
"table-row-selected": "c12",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ qx.Theme.define("osparc.theme.ColorLight", {
135135

136136
// used in table code
137137
"table-header-cell": "background-main",
138-
"table-row-background-focused-selected": "background-main-4",
139-
"table-row-background-focused": "background-main-3",
140-
"table-row-background-selected": "background-main-4",
141138
"table-row-background-even": "background-main",
142139
"table-row-background-odd": "background-main",
140+
"table-row-background-focused": "background-main-1",
141+
"table-row-background-focused-selected": "background-main-2",
142+
"table-row-background-selected": "background-main-2",
143143

144144
// foreground
145145
"table-row-selected": "c12",

0 commit comments

Comments
 (0)