mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01: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
@ -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…
Reference in New Issue
Block a user