浏览代码

added background-color #fff to figures in cards (fix png alpha images)

bach 3 年之前
父节点
当前提交
6264a2f604

文件差异内容过多而无法显示
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.css


二进制
web/themes/custom/materiotheme/assets/dist/main.css.gz


文件差异内容过多而无法显示
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 1 - 0
web/themes/custom/materiotheme/assets/styles/main.scss

@@ -1779,6 +1779,7 @@ article.card{
       margin:0;
       position: absolute;
       top:0; left:0;
+      background-color: #fff;
       // width: 100%; height:100%;
       &:first-of-type{
         z-index:5

部分文件因为文件数量过多而无法显示