Merge pull request 'Fix #124' (#126) from fix-catalog-hover into config

Reviewed-on: leftypol/leftypol#126
This commit is contained in:
Zankaria 2025-06-01 16:26:13 -05:00
commit b55c299842
5 changed files with 23 additions and 17 deletions

View file

@ -203,6 +203,10 @@ div.boardlist:not(.bottom) {
div.report {
color: #666666;
}
theme-catalog div.thread:hover {
background: #555;
border-color: transparent;
}
/* options.js */
#options_div, #alert_div {

View file

@ -194,6 +194,10 @@ div.boardlist:not(.bottom) {
div.report {
color: #666666;
}
.theme-catalog div.thread:hover {
background: #4f4f4f;
border-color: transparent;
}
#options_div, #alert_div {
background: #333333;
}

View file

@ -209,6 +209,11 @@ div.boardlist:not(.bottom) {
background-color: #1E1E1E;
}
.theme-catalog div.thread:hover {
background: #555;
border-color: transparent;
}
div.report {
color: #666666;
}

View file

@ -206,3 +206,8 @@ div.pages {
border: 0;
background: none !important;
}
.theme-catalog div.thread:hover {
background: #583E28;
border-color: transparent;
}

View file

@ -303,10 +303,6 @@ div.post.reply div.body {
padding-bottom: 0.3em;
}
div.post.reply.highlighted {
background: #D6BAD0;
}
div.post.reply div.body a {
color: #D00;
}
@ -322,6 +318,8 @@ div.post div.body {
div.post.reply {
background: #D6DAF0;
border: #555555 1px solid;
box-shadow: 4px 4px #555;
margin: 0.2em 4px;
padding: 0.2em 0.3em 0.5em 0.6em;
border-width: 1px;
@ -692,8 +690,8 @@ pre {
}
.theme-catalog div.thread:hover {
background: #D6DAF0;
border-color: #B7C5D9;
background: #927C8E;
border-color: transparent;
}
.theme-catalog div.grid-size-vsmall img {
@ -1359,18 +1357,8 @@ a.post_no:hover {
color: #32DD72 !important;
text-decoration: underline overline;
}
div.post.reply {
background: #111;
border: #555555 1px solid;
box-shadow: 4px 4px #555;
@media (max-width: 48em) {
border-left-style: none;
border-right-style: none;
}
}
div.post.reply.highlighted {
background: #555;
background: #927C8E;
border: transparent 1px solid;
@media (max-width: 48em) {