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

View file

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