mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
fieldset bg. #527
This commit is contained in:
parent
84ad12190a
commit
e8968b50bf
1 changed files with 4 additions and 4 deletions
|
@ -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 ) . ';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue