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; color: #BC2A4D;
} }
.reported { /*.reported {
background-color: #F7ECEF; background-color: transparent;
} }*/
li.reported:hover { li.reported:hover {
background-color: #ECD5D8 !important; background-color: #ECD5D8 !important;
@ -239,7 +239,7 @@ div.rules {
} }
p.rules { p.rules {
background-color: #2584a2; background-color: #2f566b;
color: #d7d7d9; color: #d7d7d9;
} }

View file

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