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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/