Files
wordpress-preseed/wp-content/plugins/jetpack/modules/theme-tools/site-logo/css/site-logo-control-rtl.css
2019-10-24 00:12:05 +02:00

13 lines
244 B
CSS

/**
* RTL styles for the Site Logo control. Just swaps the button sides.
*/
#customize-control-site_logo .remove {
float: right;
margin-left: 3px;
}
#customize-control-site_logo .new,
#customize-control-site_logo .change {
float: left;
}