From 79b5e9689617df62030be13f8b9912aee32e7bcb Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 18 Oct 2013 21:23:53 -0700 Subject: [ticket/11472] Make the color swatch configurable and fix it in subsilver2 PHPBB3-11472 --- phpBB/styles/subsilver2/theme/stylesheet.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/styles/subsilver2/theme') diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index 7d14376454..22a3ada275 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -303,6 +303,11 @@ p.topicdetails { /* Tables ------------ */ +#color_palette_placeholder table { + border-collapse: separate; + border-spacing: 1px; +} + th { color: #FFA34F; font-size: 1.1em; -- cgit v1.2.1 From 13d2d7d03684c44d2d2dc12fa205ee05e71e923d Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 29 Oct 2013 06:52:38 -0700 Subject: [ticket/11472] Expand palette cell links to the full block size. PHPBB3-11472 --- phpBB/styles/subsilver2/theme/stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/styles/subsilver2/theme') diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index 22a3ada275..da99051329 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -308,6 +308,10 @@ p.topicdetails { border-spacing: 1px; } +#color_palette_placeholder td { + padding: 0; +} + th { color: #FFA34F; font-size: 1.1em; -- cgit v1.2.1