diff --git a/Resources/Private/Templates/Mail/Index.html b/Resources/Private/Templates/Mail/Index.html index 361bf313d0081cffda875281f720b8795d3ed475..8b1b62039c40a93189f147989d6be4d532fa7dd8 100644 --- a/Resources/Private/Templates/Mail/Index.html +++ b/Resources/Private/Templates/Mail/Index.html @@ -87,7 +87,7 @@ </div> <f:for each="{languageTemplates}" as="languageTemplate" key="key"> - <div class="col-md-{colspace}" style="border: 1px solid;"> + <div class="template-col col-md-{colspace}"> <h3>{key}</h3> <div class="col-md-12"> <div class="row form-group"> diff --git a/Resources/Public/StyleSheets/backend.css b/Resources/Public/StyleSheets/backend.css index 4282910f2c653356103686abc573414d4dc7e70e..3d0349f4d06bd0d45e5fe510451a4e77532b512f 100644 --- a/Resources/Public/StyleSheets/backend.css +++ b/Resources/Public/StyleSheets/backend.css @@ -54,4 +54,14 @@ .f3-widget-paginator > li.current:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; +} + +.template-col:nth-of-type(even) { + /*background-color: #DCDCDC;*/ + /*background-clip: content-box;*/ +} + +.template-col:nth-of-type(odd) { + /*background-color: #AAA;*/ + /*background-clip: content-box;*/ } \ No newline at end of file