From 49b2ab38556be706b0e2a4eb05460deff6781241 Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:10:44 +0200 Subject: [PATCH] issue #2211 missing alternating lines for months of even years the background colour now alternates --- themes/default/css/clear-search.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/default/css/clear-search.css b/themes/default/css/clear-search.css index 28b67d3d7..a02a6d48b 100644 --- a/themes/default/css/clear-search.css +++ b/themes/default/css/clear-search.css @@ -124,16 +124,16 @@ .preset_posted_date .date_posted-option:nth-child(odd) i, .custom_posted_date .date_posted-option:nth-child(odd) .year_input label, .custom_posted_date .date_posted-option:nth-child(odd) .year_input i, -.custom_posted_date .date_posted-option:nth-child(even) .month_input label, -.custom_posted_date .date_posted-option:nth-child(even) .month_input i, +.custom_posted_date .months_container .date_posted-option:nth-child(even) .month_input label, +.custom_posted_date .months_container .date_posted-option:nth-child(even) .month_input i, .custom_posted_date .days_container .date_posted-option:nth-child(odd) label, .custom_posted_date .days_container .date_posted-option:nth-child(odd) i, .preset_created_date .date_created-option:nth-child(odd) label, .preset_created_date .date_created-option:nth-child(odd) i, .custom_created_date .date_created-option:nth-child(odd) .year_input label, .custom_created_date .date_created-option:nth-child(odd) .year_input i, -.custom_created_date .date_created-option:nth-child(even) .month_input label, -.custom_created_date .date_created-option:nth-child(even) .month_input i, +.custom_created_date .months_container .date_created-option:nth-child(even) .month_input label, +.custom_created_date .months_container .date_created-option:nth-child(even) .month_input i, .custom_created_date .days_container .date_created-option:nth-child(odd) label, .custom_created_date .days_container .date_created-option:nth-child(odd) i, .ratios-option:nth-child(odd),