fix background for white transparent images, issue #41
This commit is contained in:
parent
a5ff687946
commit
154900d497
2 changed files with 15 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue