From 3ef8eb21c44e6610997e4f3b9930b39228637e0e Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Fri, 21 Sep 2012 09:38:24 -0400 Subject: [PATCH] LP1054053 - Restore stylized left-brain input boxes We lost this when we took away the original background image, and this caused IE to blend the boxes in with the background (see e3bf3c5). Instead of using the default input box bordering, lets restore the smooth look 2.2 had. This restores the original look of TPAC circa 2.2 in lieu of a simple solid border. Signed-off-by: Michael Peters Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/css/style.css.tt2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index f6622ec3a9..db80d19c46 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -563,6 +563,7 @@ div.format_icon { margin:0; padding:0; background: none; + border: none; font-size: [% css_fonts.size_bigger %]; color: [% css_colors.accent_medium %]; } @@ -570,6 +571,9 @@ div.format_icon { #main-content .left_brain .input_bg { padding:10px 10px 0px 13px; background: [% css_colors.background %]; + box-shadow: inset 0 0 8px #ADADB2; + -moz-border-radius: 5px; + border-radius: 5px; width:167px; height:29px; } -- 2.11.0