Skip to content

Instantly share code, notes, and snippets.

.datepick .datepick-month table td .mphb-booked-date.mphb-date-check-out,
.datepick .datepick-month table td .mphb-booked-date.mphb-date-check-in,
.datepick .datepick-month table td .mphb-available-date.mphb-date-check-out,
.datepick .datepick-month table td .mphb-available-date.mphb-date-check-in {
background: linear-gradient(to top left,#c1eed1 0,#c1eed1 50%, #f8cccc 50%, #f8cccc 100%);
}
<?php
defined( 'ABSPATH' ) || exit;
if( is_plugin_active( "woocommerce-pdf-invoice/woocommerce-pdf-invoice.php" ) ) :
/**
* Create a custom PDF preview page for the plugin.
*
* @since 1.0.0
@simkoG
simkoG / simpleDirectoryLister.php
Last active June 12, 2024 07:09 — forked from nullrndtx/simpleDirectoryLister.php
A simple PHP Directory Lister
<?php
/*
*** OPTIONS ***/
// TITLE OF PAGE
$title = "List of Files";
// ADD SPECIFIC FILES YOU WANT TO IGNORE HERE
$ignore_file_list = array( ".htaccess", "Thumbs.db", ".DS_Store", "index.php" );
@font-face {
font-family: $bootstrap-icons-font;
src: $bootstrap-icons-font-src;
font-display: block; // <------ edited line
}