minor boardlist fixes for caffe and stripes stylesheets

This commit is contained in:
czaks 2014-03-25 13:37:39 +01:00
parent 514c929218
commit 4c4a9156e1
2 changed files with 10 additions and 3 deletions

View file

@ -103,7 +103,7 @@ html, body {
a {
color: #755144;
}
a:hover {
a:hover, a:visited:hover {
color: #a47a6b;
}
.adminbar {
@ -111,9 +111,13 @@ a:hover {
float:right;
font-size: .8em;
}
.desktop-style div.boardlist:nth-child(1):hover{
.desktop-style div.boardlist:nth-child(1) .boardlist {
background-color: #261712;
}
.desktop-style div.boardlist:nth-child(1):hover {
background-color: #261712;
}
.adminbar a {
font-weight: bold;