remove itembackdropfader

This commit is contained in:
grafixeyehero 2019-12-10 01:26:15 +03:00
parent dbbe5809e1
commit 08b00ac385
9 changed files with 4 additions and 62 deletions

View file

@ -404,13 +404,6 @@ html {
color: #fff
}
.itemBackdropFader {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#f2f2f2));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #f2f2f2);
background: -o-linear-gradient(rgba(0, 0, 0, 0), #f2f2f2);
background: linear-gradient(rgba(0, 0, 0, 0), #f2f2f2)
}
.infoBanner {
color: #000;
background: #fff3a5;