dark red theme catalog hover colors
This commit is contained in:
parent
ac71dfc8d2
commit
36942f2c10
|
@ -54,9 +54,6 @@ a.post_no:hover {
|
||||||
div.post.reply {
|
div.post.reply {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
border: #555555 1px solid;
|
border: #555555 1px solid;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
div.post.reply.highlighted {
|
div.post.reply.highlighted {
|
||||||
background: #555;
|
background: #555;
|
||||||
|
@ -257,3 +254,7 @@ table.board-list-table .board-tags .board-cell:hover {
|
||||||
table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
|
table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
}
|
}
|
||||||
|
.theme-catalog div.thread:hover {
|
||||||
|
background: #333333;
|
||||||
|
border: #555555 1px solid;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue