[Koha-bugs] [Bug 15806] New: Remove obsolete vendor prefixes from staff client CSS

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 11 19:02:39 CET 2016


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 at myacpl.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list