mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
change the comic list view to use a datatable.
This commit is contained in:
@@ -31,4 +31,12 @@ body {
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
td a {
|
||||
display:block;
|
||||
width:100%;
|
||||
}
|
||||
tr.clickable-row {
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user