Sets notification background to white

This commit is contained in:
William Bargent 2016-06-11 08:15:56 +01:00
parent 842cc2a788
commit 25470e6992
1 changed files with 2 additions and 1 deletions

View File

@ -660,7 +660,7 @@ td.avatar {
margin: 0 auto;
max-width: 60%;
z-index: 8000;
background-color: #fc4;
background-color: #fff;
border: 0;
padding: 1px 8px;
display: none;
@ -689,6 +689,7 @@ td.avatar {
position: absolute;
right: 0;
top: 0;
margin-top: 2px;
}
#notification .row.closeable {
padding-right: 20px;