mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 05:04:21 +00:00
fix #19
This commit is contained in:
parent
a1dbf4de6e
commit
75080fa3bc
1 changed files with 34 additions and 3 deletions
|
|
@ -75,15 +75,46 @@ table {
|
|||
}
|
||||
}
|
||||
|
||||
.data-table {
|
||||
table {
|
||||
tbody {
|
||||
.v-data-table__wrapper {
|
||||
>table {
|
||||
>tbody {
|
||||
tr {
|
||||
background-color: #fff;
|
||||
&:hover {
|
||||
background-color: #eee !important;
|
||||
&.v-data-table__expanded__content {
|
||||
background-color: #fff !important;
|
||||
}
|
||||
}
|
||||
td {
|
||||
thead {
|
||||
|
||||
tr {
|
||||
background-color: $color-table-header-bg;
|
||||
color: #fff;
|
||||
&:hover {
|
||||
background-color: $color-table-header-bg !important;
|
||||
}
|
||||
th {
|
||||
color: #fff !important;
|
||||
i {
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
tbody {
|
||||
tr {
|
||||
&:nth-of-type(even) {
|
||||
background-color: $color-light-gray;
|
||||
}
|
||||
&:nth-of-type(odd):hover {
|
||||
background-color: inherit !important;
|
||||
}
|
||||
td {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue