Skip to content

Commit

Permalink
Homepage|Forums|Style: Improved reported topic style
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Sep 25, 2014
1 parent 4c7cb8b commit 45eb596
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions web/forums/skin/theme/stylesheet.css
Expand Up @@ -328,12 +328,16 @@ li.pagination {
font-size: 1em;
}

.reported {
/*.reported {
background-color: #f7f7f7;
}
li.reported:hover {
background-color: #ececec;
}*/

li.forumrow.reported {
border-color: #F00;
}

div.rules span.heading h1 {
Expand All @@ -342,10 +346,10 @@ div.rules span.heading h1 {
margin-bottom: .4em;
}

p.rules {
/*p.rules {
background-color: #ececec;
padding: 5px;
}
}*/

/* Coloured usernames */
.username-coloured {
Expand Down Expand Up @@ -1953,9 +1957,11 @@ dl.details dd { color: #68696D; }

.error { color: #BC2A4D; }

/*
.reported { background-color: #F7ECEF; }
li.reported:hover { background-color: #ECD5D8 !important; }
*/

/* Back to top of page */
a.top { background-image: url("{IMG_ICON_BACK_TOP_SRC}"); }
Expand Down

0 comments on commit 45eb596

Please sign in to comment.