| Server IP : 38.190.208.107 / Your IP : 216.73.217.13 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.9/wp-content/themes/blocksy/static/sass/frontend/5-modules/blocks/ |
Upload File : |
.ct-search-form {
position: relative;
display: flex;
isolation: isolate;
--theme-link-initial-color: var(--theme-text-color);
input {
z-index: 2;
&::-webkit-search-cancel-button {
-webkit-appearance: none;
}
}
// controls inside position
&[data-form-controls="inside"] {
.wp-element-button {
transform: none;
box-shadow: none;
border-radius: var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
border-start-start-radius: 0;
border-end-start-radius: 0;
border-width: var(--theme-form-field-border-width, 1px);
border-style: var(--theme-form-field-border-style, solid);
border-color: var(--theme-form-field-border-initial-color);
--theme-icon-size: 13px;
--theme-button-text-initial-color: var(--theme-text-color);
--theme-button-text-hover-color: var(--theme-form-field-border-focus-color);
--theme-button-background-initial-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color));
--theme-button-background-hover-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color));
}
&:not([data-taxonomy-filter="true"]) [data-button*="icon"] {
border-inline-start: 0;
}
}
// controls outside position
&[data-form-controls="outside"] {
.wp-element-button {
margin-inline-start: 10px;
border-radius: var(--theme-form-field-border-radius, 3px);
}
}
// special case
&[data-taxonomy-filter="true"] input,
&[data-form-controls="inside"] input,
&[data-form-controls="inside"] select {
border-inline-end: 0;
border-start-end-radius: 0;
border-end-end-radius: 0;
}
input {
&:focus ~ .ct-search-form-controls {
select,
[data-button*="inside"] {
border-color: var(--theme-form-field-border-focus-color);
background-color: var(--has-classic-forms, var(--theme-form-field-background-focus-color));
}
}
}
// form actions
.ct-search-form-controls {
display: flex;
z-index: 2;
}
select {
font-size: 14px;
width: var(--search-form-select-width, auto);
border-start-start-radius: 0;
border-end-start-radius: 0;
&:focus {
--theme-form-field-border-focus-color: var(--theme-form-field-border-initial-color);
--theme-form-field-background-focus-color: var(--theme-form-field-background-initial-color);
}
}
.wp-element-button {
white-space: nowrap;
--theme-button-min-height: var(--search-button-size, var(--theme-form-field-height, 40px));
&[data-button*="icon"] {
padding: initial;
width: var(--search-button-size, var(--theme-form-field-height, 40px));
--theme-icon-color: currentColor;
}
}
.ct-ajax-loader {
opacity: 0;
--loader-size: 18px;
}
// has dropdown
&.ct-has-dropdown {
z-index: 2;
}
}