codevdesign 2.0.20 → 2.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -698,17 +698,14 @@
|
|
|
698
698
|
cursor: pointer !important;
|
|
699
699
|
}
|
|
700
700
|
|
|
701
|
-
/* datatable
|
|
702
|
-
.v-data-table
|
|
703
|
-
|
|
704
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td,
|
|
705
|
-
.v-data-table .v-table__wrapper > table tbody > tr th {
|
|
706
|
-
background-color: #d3d3d375 !important;
|
|
701
|
+
/* datatable - couleur de fond par défaut (laisse le striped Vuetify se superposer) */
|
|
702
|
+
:deep(.v-data-table.v-table) {
|
|
703
|
+
background-color: rgb(var(--v-theme-background)) !important;
|
|
707
704
|
}
|
|
708
705
|
|
|
709
706
|
/* datatable header contour */
|
|
710
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
711
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
707
|
+
:deep(.v-data-table .v-table__wrapper > table > thead > tr > th),
|
|
708
|
+
:deep(.v-data-table .v-table__wrapper > table tbody > tr > th) {
|
|
712
709
|
background-color: white !important;
|
|
713
710
|
border-bottom: 4px #223654 solid !important;
|
|
714
711
|
}
|