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 3fe7602 commit 6825c5dCopy full SHA for 6825c5d
services/static-webserver/client/source/class/osparc/theme/ColorDark.js
@@ -126,10 +126,10 @@ qx.Theme.define("osparc.theme.ColorDark", {
126
"table-header": "background-main",
127
"table-header-foreground": "c09",
128
"table-header-border": "c07",
129
- "table-focus-indicator": "background-main-5",
+ "table-header-cell": "background-main",
130
131
// used in table code
132
- "table-header-cell": "background-main",
+ "table-focus-indicator": "background-main-5",
133
"table-row-background-even": "background-main",
134
"table-row-background-odd": "background-main",
135
"table-row-background-focused": "background-main-1",
0 commit comments