fieldset bg. #527

This commit is contained in:
James Koster 2017-02-27 11:20:36 +00:00
parent 84ad12190a
commit e8968b50bf

View file

@ -533,13 +533,13 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
background-color: ' . storefront_adjust_color_brightness( $storefront_theme_mods['background_color'], -7 ) . ';
}
table tbody td,
fieldset,
fieldset legend {
table tbody td {
background-color: ' . storefront_adjust_color_brightness( $storefront_theme_mods['background_color'], -2 ) . ';
}
table tbody tr:nth-child(2n) td {
table tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
background-color: ' . storefront_adjust_color_brightness( $storefront_theme_mods['background_color'], -4 ) . ';
}