mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Give custom background CSS more specificity. props GaryJ. fixes #18698
git-svn-id: https://develop.svn.wordpress.org/trunk@18886 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1793,7 +1793,7 @@ function _custom_background_cb() {
|
||||
}
|
||||
?>
|
||||
<style type="text/css">
|
||||
body { <?php echo trim( $style ); ?> }
|
||||
body.custom-background { <?php echo trim( $style ); ?> }
|
||||
</style>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user