HEX
Server: Apache
System: Linux localhost.localdomain 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: www (1000)
PHP: 8.2.22
Disabled: 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
Upload Files
File: /www/wwwroot/ustaprojemmobilya.com/wp-content/plugins/fusion-builder/assets/css/form/range.css
.fusion-form-form-wrapper .fusion-form-field input[type="range"] {
  display: block;
  width: 100%;
  margin: 0;
  background-color: transparent !important;
  -webkit-appearance: none;
  border-width: 0 !important;
}
.fusion-form-form-wrapper .fusion-form-field input[type=range]::-webkit-slider-runnable-track {
  background: var(--awb-form-border-color);
  border-radius: 4px;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.fusion-form-form-wrapper .fusion-form-field input[type=range]::-moz-range-track {
  background: var(--awb-form-border-color);
  border-radius: 4px;
  width: 100%;
  height: 8px;
  cursor: pointer;
}
.fusion-form-form-wrapper .fusion-form-field input[type=range]::-webkit-slider-thumb {
  margin-top: -3px;
  width: 14px;
  height: 14px;
  background: var(--awb-form-focus-border-color);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.fusion-form-form-wrapper .fusion-form-field input[type=range]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: var(--awb-form-focus-border-color);
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-range-field-container {
  display: flex;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-range-field-container.orientation-right .fusion-form-range-value {
  margin-right: 0;
  margin-left: 0.65em;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-range-field-container .fusion-form-range-value {
  width: 4em;
  margin: 0;
  text-align: center;
  margin-right: 0.65em;
  padding: 0.65em;
  transition: all 0.2s ease;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-range-field-container .fusion-form-range-value:hover:not(:focus) {
  border-color: var(--awb-form-focus-border-hover-color);
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-range-field-container .fusion-form-input {
  padding: 0;
}