mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-11-01 05:54:19 +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 {
|
.v-data-table__wrapper {
|
||||||
table {
|
>table {
|
||||||
tbody {
|
>tbody {
|
||||||
tr {
|
tr {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #eee !important;
|
background-color: #eee !important;
|
||||||
|
&.v-data-table__expanded__content {
|
||||||
|
background-color: #fff !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
td {
|
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