Skip to content

Commit 72aa8f4

Browse files
committed
override the default theme's bold font
1 parent 3d54651 commit 72aa8f4

File tree

1 file changed

+14
-0
lines changed
  • services/static-webserver/client/source/class/osparc/theme

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,20 @@ qx.Theme.define("osparc.theme.Appearance", {
240240
}
241241
},
242242

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+
243257
/*
244258
---------------------------------------------------------------------------
245259
WINDOW-SMALL-CAP CHOOSER

0 commit comments

Comments
 (0)