From 4361c1c9ac783a0004edebab83ca26a8899361df Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sun, 10 Nov 2013 16:38:22 -0800 Subject: [ticket/11915] Move the uploaded attachment list under the attachments tab. PHPBB3-11915 --- phpBB/styles/prosilver/theme/colours.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/prosilver/theme/colours.css') diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index eee503516b..8c411a9f4d 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -76,8 +76,14 @@ hr { color: #000000; } -.bg1 { background-color: #ECF3F7; } -.bg2 { background-color: #e1ebf2; } +table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd), .bg1 { + background-color: #ECF3F7; +} + +table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even), .bg2 { + background-color: #e1ebf2; +} + .bg3 { background-color: #cadceb; } .ucprowbg { -- cgit v1.2.1