transfer to aws
This commit is contained in:
33
nicegui_modules/static/styles.css
Normal file
33
nicegui_modules/static/styles.css
Normal file
@@ -0,0 +1,33 @@
|
||||
/* Sticky Quasar Table for Dark Mode */
|
||||
.table-sticky-dark .q-table__top,
|
||||
.table-sticky-dark .q-table__bottom,
|
||||
.table-sticky-dark thead tr:first-child th {
|
||||
background-color: black;
|
||||
}
|
||||
.table-sticky-dark thead tr th {
|
||||
position: sticky;
|
||||
z-index: 1;
|
||||
}
|
||||
.table-sticky-dark thead tr:first-child th {
|
||||
top: 0;
|
||||
}
|
||||
.table-sticky-dark tbody {
|
||||
scroll-margin-top: 48px;
|
||||
}
|
||||
|
||||
/* Sticky Quasar Table for Light Mode */
|
||||
/* .table-sticky-light .q-table__top,
|
||||
.table-sticky-light .q-table__bottom,
|
||||
.table-sticky-light thead tr:first-child th {
|
||||
background-color: rgb(229, 223, 223);
|
||||
}
|
||||
.table-sticky-light thead tr th {
|
||||
position: sticky;
|
||||
z-index: 1;
|
||||
}
|
||||
.table-sticky-light thead tr:first-child th {
|
||||
top: 0;
|
||||
}
|
||||
.table-sticky-light tbody {
|
||||
scroll-margin-top: 48px;
|
||||
} */
|
||||
Reference in New Issue
Block a user