jungle theme catalog view: remove background change on hover
This commit is contained in:
parent
37b9272e99
commit
7c684c8410
|
@ -148,3 +148,8 @@ color: #054500;
|
||||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||||
background-color: rgba(90%, 90%, 90%, 0.55);
|
background-color: rgba(90%, 90%, 90%, 0.55);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-catalog div.thread:hover {
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue