Skip to content

Commit

Permalink
Fix alternate background color for section-container css class
Browse files Browse the repository at this point in the history
Fixes #17851
  • Loading branch information
syncguru authored and vboctor committed Nov 15, 2014
1 parent 5023733 commit c4d819c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/default.css
Expand Up @@ -559,6 +559,7 @@ div.form-container > form > fieldset > table > tbody > tr:nth-child(odd),
div.form-container > table > tbody > tr:nth-child(odd),
div.form-container > table > tr:nth-child(odd),
div.form-container div.field-container:nth-child(odd),
div.section-container div.field-container:nth-child(odd),
table#manage-overview-table > tr:nth-child(odd)
{ background-color: #e8e8e8; }

Expand All @@ -572,6 +573,7 @@ div.form-container > form > table > tbody > tr:nth-child(even),
div.form-container > form > fieldset > table > tbody > tr:nth-child(even),
div.form-container > table > tbody > tr:nth-child(even),
div.form-container div.field-container:nth-child(even),
div.section-container div.field-container:nth-child(even),
div.form-container > table > tr:nth-child(even),
#custom-field-link-project
{ background-color: #d8d8d8; }
Expand Down

0 comments on commit c4d819c

Please sign in to comment.