diff --git a/toolkit/themes/pinstripe/help/helpFileLayout.css b/toolkit/themes/pinstripe/help/helpFileLayout.css index 6dce4e99af0..3d234b6963e 100644 --- a/toolkit/themes/pinstripe/help/helpFileLayout.css +++ b/toolkit/themes/pinstripe/help/helpFileLayout.css @@ -113,8 +113,8 @@ li { .contentsBox { margin-top: 12px; - background-color: #cccccc; - border: 1px solid black; + background-color: #eee; + border: 1px solid #ccc; width: 300px; padding: 1em; } diff --git a/toolkit/themes/winstripe/help/helpFileLayout.css b/toolkit/themes/winstripe/help/helpFileLayout.css index 6dce4e99af0..3d234b6963e 100644 --- a/toolkit/themes/winstripe/help/helpFileLayout.css +++ b/toolkit/themes/winstripe/help/helpFileLayout.css @@ -113,8 +113,8 @@ li { .contentsBox { margin-top: 12px; - background-color: #cccccc; - border: 1px solid black; + background-color: #eee; + border: 1px solid #ccc; width: 300px; padding: 1em; }