403Webshell
Server IP : 69.39.225.240  /  Your IP : 216.73.216.138
Web Server : Apache
System : Linux bronze7.serverhost.net 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : reademotions ( 1074)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/reademotions/www/wp-content/plugins/astra-addon/addons/advanced-search/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/reademotions/www/wp-content/plugins/astra-addon/addons/advanced-search/dynamic.css.php
<?php
/**
 * Search CSS - Addon is updated and theme is not updated to v3.2.0.
 *
 * @package Astra Addon
 */

add_filter( 'astra_addon_dynamic_css', 'astra_addon_advanced_search_dynamic_css' );

/**
 * Dynamic CSS
 *
 * @param  string $dynamic_css          Astra Dynamic CSS.
 * @param  string $dynamic_css_filtered Astra Dynamic CSS Filters.
 * @return string
 */
function astra_addon_advanced_search_dynamic_css( $dynamic_css, $dynamic_css_filtered = '' ) {

	$parse_css = '';

	$adv_search_css = '
	.astra-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder {
		opacity: 0.5;
	}

	.astra-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder {
		/* Firefox 19+ */
		opacity: 0.5;
	}

	.astra-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder {
		/* IE 10+ */
		opacity: 0.5;
	}

	.astra-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder {
		/* Firefox 18- */
		opacity: 0.5;
	}';

	if ( is_rtl() ) {

		$adv_search_css .= '
		.astra-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder {
			opacity: 0.5;
		}

		.astra-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder {
			/* Firefox 19+ */
			opacity: 0.5;
		}

		.astra-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder {
			/* IE 10+ */
			opacity: 0.5;
		}

		.astra-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder {
			/* Firefox 18- */
			opacity: 0.5;
		}
		';
	}

	$parse_css .= Astra_Enqueue_Scripts::trim_css( $adv_search_css );

	return $dynamic_css . $parse_css;
}

Youez - 2016 - github.com/yon3zu
LinuXploit