Restore shadowed border to .input_bg user/mrpeters-isl/login_box_shadowing
authorMichael Peters <mrpeters@library.in.gov>
Wed, 15 Aug 2012 18:35:08 +0000 (14:35 -0400)
committerMichael Peters <mrpeters@library.in.gov>
Wed, 15 Aug 2012 18:35:08 +0000 (14:35 -0400)
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 <mrpeters@library.in.gov>
Open-ILS/src/templates/opac/css/style.css.tt2

index 8609d5e..8959ff8 100644 (file)
@@ -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 %];
 }