Closed
Description
.sf-toolbarreset {
position: static;
background: #cbcbcb;
background-image: -moz-linear-gradient(90deg, #cbcbcb, #e8e8e8); !important;
background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#cbcbcb), to(#e8e8e8)); !important;
background-image: -o-linear-gradient(180deg, #cbcbcb, #e8e8e8); !important;
background: linear-gradient(90deg, #cbcbcb, #e8e8e8); !important;
}
The backround* lines have a semi-colon before !important. Safari is warning about it.
Is this intentional or just a typo? Is it doing some trick with css compatibility?
Just thought I'd point it out. If this isn't the appropriate place to bring this up, let me know.