From 8547fd4c2ea2eb6f8eb791f844e08ed44d6d8e11 Mon Sep 17 00:00:00 2001 From: PayBas Date: Fri, 13 Jun 2014 15:36:12 +0200 Subject: [PATCH] [ticket/12648] Fix poll tab and revert unrelated color change PHPBB3-12648 --- phpBB/styles/prosilver/template/posting_editor.html | 6 +++++- phpBB/styles/prosilver/theme/colours.css | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index a0ab494441..25e3be3bcb 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -109,7 +109,11 @@ -
  • {L_ADD_POLL}
  • + +
  • + {L_ADD_POLL} +
  • + diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 8222c85354..4b7532ab8a 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -50,7 +50,7 @@ hr { } .navbar { - background-color: #CADCEB; + background-color: #cadceb; } .forabg { @@ -92,7 +92,7 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) { background-color: #e1ebf2; } -.bg3 { background-color: #CADCEB; } +.bg3 { background-color: #cadceb; } .ucprowbg { background-color: #DCDEE2;