fix background for white transparent images, issue #41

This commit is contained in:
Morgan McMillian 2017-08-13 07:28:32 -07:00
parent a5ff687946
commit 154900d497
2 changed files with 15 additions and 1 deletions

View file

@ -1,12 +1,15 @@
page-stream {
.item-md ion-avatar img {
border-radius: 0;
background-color: #e9e9e9;
}
.item-wp ion-avatar img {
border-radius: 0;
background-color: #e9e9e9;
}
.item-ios ion-avatar img {
border-radius: 0;
background-color: #e9e9e9;
}
}
modal-newpost {

View file

@ -1,3 +1,14 @@
page-thread {
.item-md ion-avatar img {
border-radius: 0;
background-color: #e9e9e9;
}
.item-wp ion-avatar img {
border-radius: 0;
background-color: #e9e9e9;
}
.item-ios ion-avatar img {
border-radius: 0;
background-color: #e9e9e9;
}
}