mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 10:00:49 +01:00
Correct thread:hover highlighting
This commit is contained in:
parent
153622c068
commit
359c295eca
@ -533,14 +533,14 @@ form.ban-appeal textarea {
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
+div.threads:hover {
|
||||
div.thread:hover {
|
||||
background: #D6DAF0;
|
||||
border-color: #B7C5D9;
|
||||
}
|
||||
|
||||
.theme-catalog div.grid-size-vsmall img {
|
||||
max-width: 100%;
|
||||
max-height: 100px;
|
||||
max-height: 64px;
|
||||
}
|
||||
|
||||
.theme-catalog div.grid-size-vsmall {
|
||||
|
Loading…
Reference in New Issue
Block a user