mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-10 05:05:02 +02:00
Merge pull request #757 from jmt-gh/update_users_table
Update UsersTable styling to match other tables
This commit is contained in:
commit
e02fbac4cd
1 changed files with 6 additions and 2 deletions
|
@ -192,7 +192,11 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
#accounts tr:nth-child(even) {
|
#accounts tr:nth-child(even) {
|
||||||
background-color: #3a3a3a;
|
background-color: #373838;
|
||||||
|
}
|
||||||
|
|
||||||
|
#accounts tr:nth-child(odd) {
|
||||||
|
background-color: #2f2f2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
#accounts tr:hover {
|
#accounts tr:hover {
|
||||||
|
@ -204,6 +208,6 @@ export default {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
background-color: #333;
|
background-color: #272727
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue