Fixed hover color for reported topics. This time for real.

This commit is contained in:
Accensus 2017-06-18 16:57:35 +03:00
parent cc801c775e
commit a8e4a3cfed
1 changed files with 2 additions and 1 deletions

View File

@ -227,8 +227,9 @@ dl.details dd {
}*/
li.reported:hover {
background-color: #ECD5D8 !important;
background-color: #34373d !important;
}
.sticky, .announce {
/* you can add a background for stickies and announcements*/
}