mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
style light et dark
This commit is contained in:
parent
fc5e3cad66
commit
71ab024b95
9 changed files with 86 additions and 14 deletions
|
|
@ -42,7 +42,9 @@ table {
|
|||
padding: 6px 12px;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.theme--light {
|
||||
thead {
|
||||
background-color: $color-table-header-bg;
|
||||
color: #fff;
|
||||
|
|
@ -69,3 +71,21 @@ table {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.theme--dark {
|
||||
thead {
|
||||
background-color: darken($color-gray, 10);
|
||||
}
|
||||
tbody {
|
||||
tr {
|
||||
&:nth-of-type(even) {
|
||||
background-color: darken($color-gray, 10);
|
||||
}
|
||||
&:nth-of-type(odd):hover {
|
||||
background-color: inherit !important;
|
||||
}
|
||||
td {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue