/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */




 add_action('admin_head', 'my_custom_fonts');

function my_custom_fonts() {
  echo '<style>
#ui-datepicker-div {
 

 	    background-color: #eee;
 }ize: 12px;
    } 
  </style>';
}