From d1bf6795acc0ecf9128d6a5a1666336b1c374ab5 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Fri, 13 Apr 2012 17:12:30 -0400 Subject: [PATCH] Remove some borders/color, adjust a missed color Remove border around "home" page search, remove border around search results.r Remove some color from top and bottom of search results. Override a missed color which was resulting in the default green color on "low search results". Signed-off-by: Jeff Godin --- Open-ILS/web/opac/skin/tadlv3/css/tadl_colors.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Open-ILS/web/opac/skin/tadlv3/css/tadl_colors.css b/Open-ILS/web/opac/skin/tadlv3/css/tadl_colors.css index 2728b4a034..a1f271c2b7 100644 --- a/Open-ILS/web/opac/skin/tadlv3/css/tadl_colors.css +++ b/Open-ILS/web/opac/skin/tadlv3/css/tadl_colors.css @@ -28,6 +28,12 @@ body a:hover { color: #7d0049; text-decoration: underline;} .border_3_3 { border: 3px solid #ddeeff; } .border_4_3 { border: 3px solid #ddeeff; } +/* don't colorize these elements */ +#result_table tr td.result_table_row table tbody tr.color_4 { background: none; } +#result_info_2 tbody tr.color_4 { background: none; } + +/* override color */ +#result_low_hits { border-top: 2px solid #6699CC } /* some facet styling */ .facetClassContainer { margin: 2px; border: 1px solid #6699cc; } @@ -56,13 +62,11 @@ a:focus { background: #e5f1fd; color: #000000;} /* ---------------------------------------------------------------------- */ .canvas { /* main content div for each page */ - border-left: 3px solid #7fa2ca; - border-bottom: 3px solid #7fa2ca; - border-top: 3px solid #7fa2ca; + border: none; } /* border around home search box */ -.home_search { border: 3px solid #7fa2ca; } +.home_search { border: none; } /* main nav sidebar */ .sidebar_item_active { background: #acc4de; } -- 2.11.0