First commit
This commit is contained in:
59
application/elements/gridView/gridView.header.js
Normal file
59
application/elements/gridView/gridView.header.js
Normal file
@@ -0,0 +1,59 @@
|
||||
|
||||
|
||||
|
||||
|
||||
export default class gridViewHeader{
|
||||
|
||||
display = "table-header-group"
|
||||
|
||||
layers = 1;
|
||||
|
||||
flexFlow = "column";
|
||||
|
||||
|
||||
#ifdef WINDOWS
|
||||
|
||||
fontSize = 12;
|
||||
|
||||
#ifdef DARK
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef LIGHT
|
||||
|
||||
background = "#ffffffa8"
|
||||
|
||||
borderBottom = "1px solid rgb(0 0 0 / 5%)"
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef MACOS
|
||||
|
||||
fontSize = 12;
|
||||
|
||||
#ifdef DARK
|
||||
|
||||
background = "#393939";
|
||||
|
||||
borderBottom = "2px solid #3f3f3f";
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef LIGHT
|
||||
|
||||
background = "rgb(0 0 0 / 3%)"
|
||||
|
||||
borderBottom = "1px solid rgb(0 0 0 / 5%)"
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user