futaba.css - styling of top boardlist bar

This commit is contained in:
Marcin Łabanowski 2012-12-25 01:27:39 +01:00
parent 5032bba6af
commit 819c4c7b9c

View File

@ -75,3 +75,12 @@ unimportant, .unimportant * {
table.modlog tr th {
background: #EA8;
}
.desktop-style div.boardlist:nth-child(1) {
text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px;
}
.desktop-style div.boardlist:nth-child(1):hover {
background-color: rgba(90%, 90%, 90%, 0.55);
}