mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
issue #2211 missing alternating lines
for months of even years the background colour now alternates
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user