Bug 15806 - Remove obsolete vendor prefixes from staff client CSS
Summary: Remove obsolete vendor prefixes from staff client CSS
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-11 18:02 UTC by Owen Leonard
Modified: 2020-01-06 20:15 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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