https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15806 Bug ID: 15806 Summary: Remove obsolete vendor prefixes from staff client CSS Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org staff-global.css contains many rules which are obsolete now that browsers have progressed in their CSS compliance. I propose we remove: background-image: -o-linear-gradient background-image: -moz-linear-gradient background-image: -webkit-linear-gradient filter: progid:DXImageTransform.Microsoft.gradient (see http://caniuse.com/#feat=css-gradients) -moz-border-radius (see http://caniuse.com/#feat=border-radius) -moz-box-shadow -webkit-box-shadow (see http://caniuse.com/#feat=css-boxshadow) -- You are receiving this mail because: You are watching all bug changes.