Fixed reddish white background for reported messages and adjusted rule background color so the text has better visibility.

This commit is contained in:
Accensus 2017-06-18 09:08:30 +03:00
parent dd4a20d06f
commit 2645c7d4bc
2 changed files with 7 additions and 7 deletions

View file

@ -222,9 +222,9 @@ dl.details dd {
color: #BC2A4D;
}
.reported {
background-color: #F7ECEF;
}
/*.reported {
background-color: transparent;
}*/
li.reported:hover {
background-color: #ECD5D8 !important;
@ -239,7 +239,7 @@ div.rules {
}
p.rules {
background-color: #2584a2;
background-color: #2f566b;
color: #d7d7d9;
}

View file

@ -593,9 +593,9 @@ li.pagination {
font-size: 1em;
}
.reported {
background-color: #f7f7f7;
}
/*.reported {
background-color: #f7eceF;
}*/
li.reported:hover {
background-color: #ececec;