Bug 15806

Summary: Remove obsolete vendor prefixes from staff client CSS
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Owen Leonard 2016-02-11 18:02:39 UTC
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)
Comment 1 Owen Leonard 2019-01-04 17:08:26 UTC
Fixed by Bug 19474