From: Michael Peters Date: Wed, 15 Aug 2012 18:35:08 +0000 (-0400) Subject: Restore shadowed border to .input_bg X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=41df94ec4e32e0326572999df4fc2e425debd345;p=working%2FEvergreen.git Restore shadowed border to .input_bg We lost this when we took away the image, and this caused IE to blend the boxes in with the background (see e3bf3c5). This restores the original look of TPAC circa 2.2 in lieu of a simple solid border. Signed-off-by: Michael Peters --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 8609d5e5af..8959ff80ad 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -556,6 +556,7 @@ div.format_icon { margin:0; padding:0; background: none; + box-shadow: inset 0 0 8px #ADADB2; font-size: 15px; color: [% css_colors.accent_medium %]; }