HEX
Server: Apache
System:
User: ()
PHP: 7.4.33
Disabled: system,passthru,shell_exec,exec,proc_close,proc_open,proc_get_status,proc_nice,proc_terminate,highlight_file,escapeshellcmd,pclose,debugger_off,debugger_on,leak,listen,define_syslog_variables,ftp_exec,posix_uname,posix_getpwuid,get_current_user,getmyuid,getmygid,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellarg,myshellexec,escapeshellarg,disk_free_space,disk_total_space,show_source,dl,symlink,listen,syslog,php_ini_scanned_files,inurl,apache_setenv,closelog,rar_open,bzopen,bzread,bzwrite,shellcode,show_source,apache_get_modules,apache_get_version,apache_note,openlog,crack_check,crack_closedict,pcntl_exec,ini_alter,backtick,cmd,virtual,getservbyport,myshellexec,hypot,pg_host,phpini,link,readlink,syslog,id,ftok,posix_access,error_log,sym,php_u,psockopen,apache_child_k_closedict,crack_getlastmessage,crack_opendict,php_ini,ini_restore,popen,curl_multi_exec,php_uname
Upload Files
File: /home/homework/www/kurs7/wp-content/themes/astra/inc/customizer/custom-controls/border/border.scss
.customize-control-ast-border {
  /* Unit Screen wrap */
  .customize-control-title {
    display: inline-block;
  }
  .ast-border-outer-wrapper {
    display: flex;
    position: relative;
  }
  .ast-border-wrapper {
    display: flex;
  }
  .ast-border-btns {
    display: block;
    text-align: center;
    line-height: 2;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 0 3px 3px 0;
    > li {
      margin-bottom: 0;
      display: none;
      width: 35px;
      height: 26px;
      &.active {
        display: inline-block;
      }
    }
    button[type="button"] {
      padding: 0;
      cursor: pointer;
      background: none;
      border: none;
      opacity: .75;
      outline: none;
      width: 100%;
      height: 100%;
      > i {
        width: 15px;
        height: 15px;
        font-size: 15px;
        margin-top: 1px;
      }
    }
  }
  .input-wrapper .ast-border-wrapper {
    display: none;
    li {
      text-align: center;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      margin-bottom: 0;
      input.ast-border-input {
        text-align: center;
        display: block;
        font-size: 12px;
        padding: 4px 0;
        width: 100%;
        height: 28px;
        border: 1px solid #dddddd;
        border-right-width: 0;
        box-shadow: none;
        padding-left: 11px;
      }
      .ast-border-connected {
        color: #ffffff;
      }
      &:last-child input.ast-border-input {
        border-right-width: 1px;
        border-radius: 0 3px 3px 0;
      }
    }
    &.active {
      display: flex;
    }
    span.ast-border-title {
      text-transform: uppercase;
      font-size: 10px;
      opacity: .75;
    }
    .ast-border-input-item-link {
      .ast-border-connected {
        display: none;
      }
      &.disconnected {
        .ast-border-disconnected {
          display: none;
        }
        .ast-border-connected {
          display: block;
        }
      }
      span {
        width: 35px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        border: 1px solid #dddddd;
        background-color: #ffffff;
        border-radius: 3px 0 0 3px;
        border-right-width: 0;
      }
      .ast-border-connected {
        background-color: #1e8cbe;
      }
    }
  }
}