First commit
This commit is contained in:
54
application/elements/gridView/gridView.body.js
Normal file
54
application/elements/gridView/gridView.body.js
Normal file
@@ -0,0 +1,54 @@
|
||||
|
||||
|
||||
|
||||
|
||||
export default class gridViewTableHeader{
|
||||
|
||||
flexFlow = "column";
|
||||
|
||||
display = "table-row-group"
|
||||
|
||||
layers = 1;
|
||||
|
||||
|
||||
#ifdef WINDOWS
|
||||
|
||||
fontSize = 12;
|
||||
|
||||
#ifdef DARK
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef LIGHT
|
||||
|
||||
background = "white";
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#ifdef MACOS
|
||||
|
||||
fontSize = 12;
|
||||
|
||||
#ifdef DARK
|
||||
|
||||
background = "#2c2c2c";
|
||||
|
||||
fontWeight = "bold";
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef LIGHT
|
||||
|
||||
|
||||
background = "rgb(0 0 0 / 1%)";
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user