]> git.koha-community.org Git - koha.git/commit
Bug 6865 - Replace image-based gradient backgrounds with CSS3 gradients
authorOwen Leonard <oleonard@myacpl.org>
Tue, 13 Sep 2011 12:16:13 +0000 (08:16 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Fri, 20 Jan 2012 18:54:06 +0000 (13:54 -0500)
commitaae4ffeea73fd925ee5b555dce82296917bd2e67
treef51a278ac356ed7db0fac82ac33f4d3a9b02f94a
parent49a87a3df508b0db37bb1fd6dfc6e19bb459c176
Bug 6865 - Replace image-based gradient backgrounds with CSS3 gradients

Replaces image-based gradients in:

OPAC search bar
OPAC submit buttons
OPAC lists menu background
OPAC alert and message boxes
OPAC user menu tabs
Staff client alert and message boxes
Staff client side menu tabs

Removes obsoleted background image files.

Cross-browser background-gradients created using:
http://www.colorzilla.com/gradient-editor/

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit da6c532074adb20158658fab9515bc4af60e8a48)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
17 files changed:
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/img/alert-bg.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/img/bg-tab.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/button-bg.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/img/dialog-bg.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/img/fade-butt.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/message-bg.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/img/side-tab-gradient-hover.gif [deleted file]
koha-tmpl/intranet-tmpl/prog/img/side-tab-gradient.gif [deleted file]
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/images/alert-bg.gif [deleted file]
koha-tmpl/opac-tmpl/prog/images/listmenu-container-bg.gif [deleted file]
koha-tmpl/opac-tmpl/prog/images/menu-background.gif [deleted file]
koha-tmpl/opac-tmpl/prog/images/message-bg.gif [deleted file]
koha-tmpl/opac-tmpl/prog/images/side-tab-gradient-hover.gif [deleted file]
koha-tmpl/opac-tmpl/prog/images/side-tab-gradient.gif [deleted file]
koha-tmpl/opac-tmpl/prog/images/submit-bg.gif [deleted file]