compact-boardlist.js: initial commit

This commit is contained in:
czaks 2013-12-28 00:53:42 +01:00
parent 863b446a11
commit c8913f41a7
15 changed files with 122 additions and 14 deletions

View file

@ -251,6 +251,6 @@ border-top: 1px solid #835B36 !important;
.desktop-style div.boardlist:nth-child(1) {
background: none repeat scroll 0 0 #FFFFFF !important;
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background: none repeat scroll 0 0 #FFFFFF;
}