Fix declaration-block-no-shorthand-property-overrides (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 13:50:29 +01:00
parent 361d6372b0
commit ff67afeaa7
7 changed files with 14 additions and 12 deletions

View file

@ -26,11 +26,11 @@ html {
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, .3);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
background: -o-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0))
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
background-color: rgba(0, 0, 0, .3);
}
.pageTitleWithDefaultLogo {