diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 872a0fd9..7ad80a0c 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1665,6 +1665,22 @@ form > .button_link:first-of-type, border-bottom: 1px solid #aaa; } +.zebra_list > li, +.option_list .odd, +.option_list .even, +.theme_options .odd, +.theme_options .even, +#uploads, +.configure_plugin .odd, +.configure_plugin .even, +#categories .odd, +#categories .even, +#serendipity_image_folders .odd, +#serendipity_image_folders .even { + border-left: 1px solid #aaa; + border-right: 1px solid #aaa; +} + .theme_options > div:first-of-type { border-bottom: 1px solid #aaa; margin-bottom: 0;