From 41df94ec4e32e0326572999df4fc2e425debd345 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Wed, 15 Aug 2012 14:35:08 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 1 + 1 file changed, 1 insertion(+) 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 %]; } -- 2.11.0