Skip to content

Instantly share code, notes, and snippets.

@varun-pluginhive
Last active December 24, 2018 05:50
Show Gist options
  • Save varun-pluginhive/8bd634b7d93253d45b88289e10119f12 to your computer and use it in GitHub Desktop.
Save varun-pluginhive/8bd634b7d93253d45b88289e10119f12 to your computer and use it in GitHub Desktop.
Style to change Woocommerce Bookings Calendar style on hover. WooCommerce Bookings And Appointments - https://www.pluginhive.com/product/woocommerce-booking-and-appointments/
/**
* Style to change Bookings Calendar style on hover.
* Created at : 24 Dec 2018
* Updated at : 24 Dec 2018
* PluginHive Plugins : https://www.pluginhive.com/plugins/
* Gist Link : https://gist.github.com/varun-pluginhive/8bd634b7d93253d45b88289e10119f12
*/
li.ph-calendar-date:hover{
background-color:red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment