Done !
Server IP : 162.0.217.223 / Your IP : 216.73.216.168 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/www/wp-content/themes/woodmart/inc/admin/assets/sass/controls/ |
Upload File : |
// ------------------------------------------------------------------------------------------------ // WPB DATE PICKER // ------------------------------------------------------------------------------------------------ @if $cont-date-picker { div.ui-datepicker { margin-top: 12px; .ui-datepicker-header { border: none; border-radius: 0; background-color: #F3F3F3; background-image: none; .ui-corner-all { border-radius: 0; cursor: pointer; } .ui-state-hover { border: none; background-image: none; } .ui-icon { background-image: none; // font-size: 0; } :is( .ui-datepicker-next, .ui-datepicker-prev) { .ui-icon { display: none !important; } &:before { position: absolute; top: 5px; left: 5px; display: block; width: 20px; height: 20px; font-weight: 400; font-size: 16px; font-family: dashicons; } } .ui-datepicker-next { &:before { content: "\f345"; } } .ui-datepicker-prev { &:before { content: "\f341"; } } } .ui-state-default { border: none; background-color: #F3F3F3; background-image: none; &:is( .ui-state-hover, .ui-state-active) { background-color: #E0E0E0; color: #000; } } .ui-state-highlight { background-color: $woodmart-button-color; color: #FFF; } } } // END IF