Change #4384
Category | None |
Changed by | Dan Scott <dan | @coffeecode.net>
Changed at | Fri 30 Jun 2017 10:58:34 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 6b01ed206f50903c8fb30d58aec8e8d548cf7382 |
Comments
LP#1205190: TPAC: Improve style.css to reduce warnings * Improve specificity: use background-image (for gradients) or background-color (for color) instead of just background, because we are only specifying the image or color, and not the rest of the background properties. * Declare the background-color first, followed by the background-images; these will only override if recognized by the browser. * Declare the standard (unprefixed) CSS linear-gradient last to prevent prefixed browser quirk versions from overriding the standardized form. * Remove the -moz- prefix from -moz-border-radius as that has not been supported by Gecko since Firefox 13.0; just plain border-radius now. * Fix bad selector ##rdetail_extras_expand (only one #, please). Signed-off-by: Dan Scott <dan@coffeecode.net> Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Conflicts: Open-ILS/src/templates/opac/css/style.css.tt2 Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Conflicts: Open-ILS/src/templates/opac/css/style.css.tt2 Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- Open-ILS/src/templates/opac/css/style.css.tt2