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 3d54651 commit 72aa8f4Copy full SHA for 72aa8f4
services/static-webserver/client/source/class/osparc/theme/Appearance.js
@@ -240,6 +240,20 @@ qx.Theme.define("osparc.theme.Appearance", {
240
}
241
},
242
243
+ /*
244
+ ---------------------------------------------------------------------------
245
+ TABLE
246
247
+ */
248
+
249
+ "table-header-cell": {
250
+ style: function() {
251
+ return {
252
+ font: "text-13", // override the default theme's bold font
253
+ }
254
255
+ },
256
257
/*
258
---------------------------------------------------------------------------
259
WINDOW-SMALL-CAP CHOOSER
0 commit comments