This commit is contained in:
tuend-work
2025-11-13 07:41:56 +07:00
parent 7f357f3a30
commit 4478491d73
1729 changed files with 193578 additions and 20 deletions

View File

@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html class="vue-app">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
|*if SHOW_INFO_IN_TITLE="0"| |HOSTNAME| |*else| |HOSTNAME| |
|DEAMONNAME| |VERSION| |*endif|
</title>
<link
rel="shortcut icon"
href="/IMG_FAVICON"
type="image/x-icon"
/>
<link
rel="shortcut icon"
href="/IMG_FAVICON"
type="image/x-icon"
/>
<link
href="/assets/css/app.css?ver=|SKIN_VERSION|"
type="text/css"
rel="stylesheet"
/>
|HTM_HEAD|
</head>
<body>
<div id="root" v-cloak>
<App></App>
</div>
<!-- Foot scripts -->
<div id="foot" style="display: none">
<script
type="text/javascript"
src="/assets/preloader.js?ver=|SKIN_VERSION|"
></script>
<script
type="text/javascript"
src="/assets/vendors.js?ver=|SKIN_VERSION|"
></script>
<script
type="text/javascript"
src="/assets/app.js?ver=|SKIN_VERSION|"
></script>
|HTM_FOOTER|
</div>
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.input-text-editor{border:1px solid #ededed;border-radius:4px;position:relative}.input-text-editor #editor-element{min-height:500px}.input-text-editor-header{background:var(--primary-a-60);font-size:14px;padding:.5rem 2rem;font-weight:700;font-family:monospace;border-top-left-radius:4px;border-top-right-radius:4px;overflow-x:auto}.input-text-editor-resize-grip{height:1rem;cursor:n-resize;position:absolute;bottom:0;left:0;right:0}.input-text-editor-bottom-bar{padding:1rem;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:767px){.input-text-editor-bottom-bar{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}.input-text-editor-bottom-bar>*{margin:.5rem}.input-text-editor-bottom-bar-select{max-width:unset!important}}.input-text-editor-bottom-bar-select{max-width:26rem}.input-text-editor-bottom-bar-select:not(:last-child){margin-right:1rem}.input-text-editor .CodeMirror{height:auto}html.vue-app.dir\:rtl .input-text-editor .input-text-editor-bottom-bar-select:not(:last-child){margin-left:1rem}

View File

@@ -0,0 +1 @@
.array-editor{-ms-flex-direction:column;flex-direction:column;margin:0;font-family:inherit;font-size:1.2rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px}.array-editor,.array-editor>.line{display:-ms-flexbox;display:flex}.array-editor>.line{position:relative}.array-editor>.line:nth-child(2n)>.line-label{background:#f5f5f5}.array-editor>.line>.line-number{line-height:2.5rem;width:5rem;display:block;border-right:1px solid #e0e0e0;text-align:right;padding:0 .5rem;background:#f5f5f5;color:#6f7070}.array-editor>.line>.line-label{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;padding:0 1.5rem;line-height:2.5rem;-ms-flex-align:center;align-items:center;font-weight:400}.array-editor>.line>.line-label>.line-prefix{line-height:2.5rem!important}.array-editor>.line>.line-label>.line-input{border-radius:0;border-width:0;-ms-flex:1;flex:1;height:2.5rem!important;padding:0;background:transparent;line-height:2.5rem!important}.array-editor>.line>.line-delete-icon{position:absolute;z-index:1;right:.5rem;top:.5rem}.obj-editor{margin:0;font-family:inherit;font-size:1.2rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px}.obj-editor .line{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-radius:4px;height:2.5rem}.obj-editor .line>.line-number{line-height:2.5rem;width:5rem;display:block;border-right:1px solid #e0e0e0;text-align:right;padding:0 .5rem;background:#f5f5f5;color:#6f7070}.obj-editor .line .line-input{border-radius:0;border-width:0;-ms-flex:1;flex:1;background:transparent;height:2.5rem}.obj-editor .line:nth-child(2n){background:#f5f5f5}.obj-editor .line .line-delete-icon{margin-right:.5rem}.processes-editor{display:grid;grid-template-columns:1fr 1fr -webkit-min-content;grid-template-columns:1fr 1fr min-content;grid-template-rows:30px 35px}.processes-editor>.inputGroup{min-width:20px}.processes-editor>.inputGroup input[type=text]{padding-right:0}.processes-editor>.inputGroup:not(:first-of-type) input[type=text]{border-top-left-radius:0;border-bottom-left-radius:0}.processes-editor>.inputGroup:not(:last-of-type) input[type=text]{border-top-right-radius:0;border-bottom-right-radius:0}html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.targets-editor .obj{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border:1px solid #e0e0e0;border-radius:4px;margin-bottom:1rem;position:relative}.targets-editor .obj .line-close-btn{position:absolute;right:-5px;top:-10px}.targets-editor .obj .line-edit{height:2.5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.targets-editor .obj .line-edit>span{min-width:7.5rem;border-right:1px solid #e0e0e0;text-align:right;background:#f5f5f5;color:#6f7070;display:block;line-height:2.5rem;font-weight:600;padding:0 .5rem}.targets-editor .obj .line-edit input.input[type=text]{height:2.5rem!important;border-radius:0;-ms-flex:1;flex:1;border-width:0}.targets-editor .obj .line-edit.id-edit .input{font-weight:600}.targets-editor .obj .obj-line{padding-left:10%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}

View File

@@ -0,0 +1 @@
.frameless-input-multiple>.OptionsList{border-width:0}.frameless-input-multiple>.OptionsList>.ListItem{border-bottom-width:0;background:transparent!important}

View File

@@ -0,0 +1 @@
textarea[data-v-54803119]{max-height:unset!important;width:100%;min-height:12rem!important}

View File

@@ -0,0 +1 @@
html.vue-app .cronjobs .wrap{word-break:break-all;white-space:normal}

View File

@@ -0,0 +1 @@
#modify-autoresponder textarea{max-height:unset!important;min-height:12rem!important;width:100%!important}#modify-autoresponder .input-1px input[type=text]{width:1px}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}@media (max-width:767px){.vdp-datepicker__calendar{width:calc(100vw - 4rem);right:0}}

View File

@@ -0,0 +1 @@
li[data-v-8181848c]{list-style-type:none}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}#perl-modules{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:stretch;align-items:stretch}#perl-modules .module{width:33%;margin:0;padding:0;-ms-flex-positive:1;flex-grow:1;box-sizing:border-box;border-bottom:1px solid #e5e5e5;padding:1rem}@media (min-width:1024px){#perl-modules .module:nth-child(6n+1),#perl-modules .module:nth-child(6n+2),#perl-modules .module:nth-child(6n+3){background:var(--primary-a-90)}}@media (min-width:768px) and (max-width:1023px){#perl-modules .module{width:50%}#perl-modules .module:nth-child(4n+1),#perl-modules .module:nth-child(4n+2){background:var(--primary-a-90)}}@media (max-width:767px){#perl-modules .module{width:100%}#perl-modules .module:nth-child(2n){background:var(--primary-a-90)}}

View File

@@ -0,0 +1 @@
#domain-stats .report[data-v-43c68698]{width:100%;height:80vh}

View File

@@ -0,0 +1 @@
#domain-log h2.domain[data-v-7d37c9be]{color:#333;font-size:14px;background:#f7f7f7;text-align:left;padding:1rem;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #ddd;border-bottom-width:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}#domain-log .log[data-v-7d37c9be],#domain-log h2.domain[data-v-7d37c9be]{margin:0;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif}#domain-log .log[data-v-7d37c9be]{list-style-type:decimal;list-style-position:outside;padding:2rem 0;background:#fff;padding:0 0 0 55px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow-x:auto;color:#acacac}#domain-log .log .line[data-v-7d37c9be]{background:#fff;margin-left:-6px;white-space:nowrap;width:100%}#domain-log .log .line-content[data-v-7d37c9be]{color:#333;margin:0 0 0 -13px;border-left:1px solid #ddd;vertical-align:top;padding:0;position:relative;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;height:100%;min-height:20px}

View File

@@ -0,0 +1 @@
#domain-log h2.domain[data-v-2caeb492]{color:#333;font-size:14px;background:#f7f7f7;text-align:left;padding:1rem;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #ddd;border-bottom-width:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}#domain-log .log[data-v-2caeb492],#domain-log h2.domain[data-v-2caeb492]{margin:0;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif}#domain-log .log[data-v-2caeb492]{list-style-type:decimal;list-style-position:outside;padding:2rem 0;background:#fff;padding:0 0 0 55px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow-x:auto;color:#acacac}#domain-log .log .line[data-v-2caeb492]{background:#fff;margin-left:-6px;white-space:nowrap;width:100%}#domain-log .log .line-content[data-v-2caeb492]{color:#333;margin:0 0 0 -13px;border-left:1px solid #ddd;vertical-align:top;padding:0;position:relative;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;height:100%;min-height:20px}

View File

@@ -0,0 +1 @@
#subdomain-log h2.domain[data-v-bcf13e88]{color:#333;font-size:14px;background:#f7f7f7;text-align:left;padding:1rem;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #ddd;border-bottom-width:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}#subdomain-log .log[data-v-bcf13e88],#subdomain-log h2.domain[data-v-bcf13e88]{margin:0;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif}#subdomain-log .log[data-v-bcf13e88]{list-style-type:decimal;list-style-position:outside;padding:2rem 0;background:#fff;padding:0 0 0 55px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow-x:auto;color:#acacac}#subdomain-log .log .line[data-v-bcf13e88]{background:#fff;margin-left:-6px;white-space:nowrap;width:100%}#subdomain-log .log .line-content[data-v-bcf13e88]{color:#333;margin:0 0 0 -13px;border-left:1px solid #ddd;vertical-align:top;padding:0;position:relative;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;height:100%;min-height:20px}

View File

@@ -0,0 +1 @@
#modify-admin-backup .checkboxes-list[data-v-5902839d]{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:600px;padding:1rem 0}#modify-admin-backup .checkboxes-list>.inputCheck[data-v-5902839d]{min-width:200px;padding-bottom:2px}#modify-admin-backup .checkboxes-list>.select-links[data-v-5902839d]{width:100%;padding-top:1rem}#modify-admin-backup .ui-steps-content>div>.formElement[data-v-5902839d]{margin-left:0!important}#modify-admin-backup .formElement .formElement[data-v-5902839d]:last-child{border-bottom-width:0}#modify-admin-backup .select[data-v-5902839d],#modify-admin-backup input[type=text][data-v-5902839d]{width:240px}

View File

@@ -0,0 +1 @@
#restore-admin-backup .ui-steps-content>div>.formElement[data-v-3d918cce]{margin-left:0!important}#restore-admin-backup .formElement .formElement[data-v-3d918cce]:last-child{border-bottom-width:0}#restore-admin-backup .select[data-v-3d918cce],#restore-admin-backup input[type=text][data-v-3d918cce]{width:240px}

View File

@@ -0,0 +1 @@
#schedule-admin-backup .checkboxes-list[data-v-e228f29e]{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:600px;padding:1rem 0}#schedule-admin-backup .checkboxes-list>.inputCheck[data-v-e228f29e]{min-width:200px;padding-bottom:2px}#schedule-admin-backup .checkboxes-list>.select-links[data-v-e228f29e]{width:100%;padding-top:1rem}#schedule-admin-backup .ui-steps-content>div>.formElement[data-v-e228f29e]{margin-left:0!important}#schedule-admin-backup .formElement .formElement[data-v-e228f29e]:last-child{border-bottom-width:0}#schedule-admin-backup .select[data-v-e228f29e],#schedule-admin-backup input[type=text][data-v-e228f29e]{width:240px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0[data-v-33bfd5e4]{top:0;left:0;right:0;bottom:0}.menu-draggable .badge[data-v-33bfd5e4]{position:relative;height:3.2rem;margin:.2rem 0;width:100%;cursor:pointer;padding-right:3.2rem;background:var(--primary-a-95);display:inline-block;padding:0 1.5rem;font-size:1.2rem;line-height:3.2rem;color:#34383c;border:1px solid #e5e5e5;border-radius:4px}.menu-draggable .badge.disabled[data-v-33bfd5e4]{opacity:.5;text-decoration:line-through}.menu-draggable .badge .category-icon[data-v-33bfd5e4]{position:absolute;z-index:1;width:2rem;top:0;height:3.2rem;line-height:3.2rem;text-align:center}.menu-draggable .badge .category-icon.category-handle[data-v-33bfd5e4]{right:.6rem}.menu-draggable .badge .category-icon.category-add-entry[data-v-33bfd5e4]{right:2.6rem}.menu-draggable .badge.-is-dragged[data-v-33bfd5e4]{background:var(--safe-a-60);border:1px dashed var(--safe)}.menu-draggable .category.disabled .badge[data-v-33bfd5e4]{opacity:.5}.menu-draggable .category>.badge[data-v-33bfd5e4]{font-weight:600;background:var(--primary-a-80)}.menu-draggable .category.-is-dragged .badge[data-v-33bfd5e4]{background:var(--safe-a-60);border:1px dashed var(--safe);opacity:1}.menu-draggable .category .entries[data-v-33bfd5e4]{padding-left:3rem}.menu-draggable .category .entries>.dragArea.showDragTarget[data-v-33bfd5e4]:after{content:"";height:3.2rem;width:47rem;display:block;background:var(--neutral-a-95);border:2px dashed var(--neutral-a-80);border-radius:4px}html.vue-app.dir\:rtl .menu-draggable .category-handle[data-v-33bfd5e4]{right:unset;left:.6rem}html.vue-app .pos\:a\:0[data-v-6da237d3]{top:0;left:0;right:0;bottom:0}.category-draggable .badge[data-v-6da237d3]{position:relative;height:3.2rem;margin:.2rem 0;width:100%;cursor:pointer;background:var(--primary-a-95);display:inline-block;padding:0 1.5rem;font-size:1.2rem;line-height:3.2rem;color:#34383c;border:1px solid #e5e5e5;border-radius:4px}.category-draggable .badge.-is-dragged[data-v-6da237d3]{background:var(--safe-a-60);border:1px dashed var(--safe)}.category-draggable .badge.disabled[data-v-6da237d3]{text-decoration:line-through}.category-draggable .category>.badge[data-v-6da237d3]{font-weight:600;padding:0;background:var(--primary-a-80)}.category-draggable .category>.badge>span[data-v-6da237d3]{padding:0 1.5rem;padding-left:3rem;display:block;width:100%}.category-draggable .category>.badge .category-icon[data-v-6da237d3]{position:absolute;z-index:1;width:2rem;top:0;height:3.2rem;line-height:3.2rem;text-align:center}.category-draggable .category>.badge .category-icon.category-back-link[data-v-6da237d3]{left:0;width:3rem}.category-draggable .category>.badge .category-icon.category-back-link[data-v-6da237d3]:focus{box-shadow:none}.category-draggable .category>.badge .category-icon.category-back-link[data-v-6da237d3]:hover{background-color:var(--primary-a-60)}.category-draggable .category>.badge .category-icon.category-back-link>.icon[data-v-6da237d3]{-ms-transform:rotate(180deg);transform:rotate(180deg)}.category-draggable .category>.badge .category-icon.category-handle[data-v-6da237d3]{right:.6rem}.category-draggable .category .entries[data-v-6da237d3]{padding-left:3rem}@media (max-width:767px){.category-draggable .category .entries[data-v-6da237d3]{padding-left:.5rem}}.link-editor .url-input[data-v-789ade97]{-ms-flex-preferred-size:100%;flex-basis:100%}.link-editor .newtab-input[data-v-789ade97]{white-space:nowrap}.menu-editor .menu{-ms-flex:1;flex:1}.colors-editor>.formElement:last-child{border-bottom-width:0}html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}#customize-menu-editor .details-tab{margin-left:2rem;-ms-flex:1;flex:1}@media (max-width:767px){#customize-menu-editor .details-tab{margin-left:0;margin-top:2rem}}#customize-menu-editor .details-tab>*{margin-left:1.5rem}#customize-menu-editor .details-tab>header{height:3.2rem;width:100%;margin:2px 0;background-color:var(--primary-a-90);padding:0 1.5rem;font-size:1.2rem;font-weight:600;line-height:3.2rem;color:#34383c;border:1px solid #e5e5e5;border-radius:4px}#customize-menu-editor .details-tab .formElement{border-bottom-width:0;padding:2px 0!important;min-height:3.2rem;line-height:3.2rem}#customize-menu-editor .details-tab>.buttons{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;padding-top:2px}html.vue-app.dir\:rtl #customize-menu-editor .details-tab{margin-left:0;margin-right:2rem}

View File

@@ -0,0 +1 @@
.select[data-v-30055863]{min-width:24rem}textarea[data-v-39ac4b65]{width:100%;max-height:unset!important;min-height:12rem}html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.suspendedGrid{display:grid;grid-template-columns:auto 1fr;grid-template-rows:repeat(2,auto);border-radius:4px;border:1px solid #e5e5e5}.suspendedGrid div.title{grid-column:1/3;text-align:center;font-size:12px;color:#fff;font-weight:600;border-bottom:1px solid #e5e5e5;background:var(--danger)}.suspendedGrid>label{grid-column:1/2;background:var(--primary-a-90);border-right:1px solid #e5e5e5}.suspendedGrid>label:not(:last-of-type){border-bottom:1px solid #e5e5e5}.suspendedGrid>span{grid-column:2/3}.suspendedGrid>span:not(:last-of-type){border-bottom:1px solid #e5e5e5}.suspendedGrid>*{padding:.5rem 1.5rem}.usertype-select .usertype-select-item{display:block;font-family:Montserrat;line-height:50px;font-weight:500;font-size:13px;letter-spacing:.464286px;color:#697388}.usertype-select .usertype-select-item:first-child{border-bottom:.7px solid #dce2ea}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.pageSsl-leTable{max-height:40rem}.pageSsl-keyArea{font-family:monospace}

View File

@@ -0,0 +1 @@
textarea[data-v-2c0800f6]{width:100%;max-height:unset!important;min-height:12rem}.usertype-select .usertype-select-item[data-v-2c0800f6]{font-family:Montserrat;line-height:50px;font-weight:500;font-size:13px;letter-spacing:.464286px;color:#697388}.usertype-select .usertype-select-item[data-v-2c0800f6]:first-child{border-bottom:.7px solid #dce2ea}

View File

@@ -0,0 +1 @@
html.vue-app .info-bar-data-text-item{height:5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}html.vue-app .info-bar-data-text-item .info-bar-text-item-label{font-size:13px;line-height:22px;letter-spacing:.5px;white-space:nowrap}html.vue-app .info-bar-data-text-item .info-bar-text-item-value{font-weight:500;font-size:13px;line-height:22px;letter-spacing:.464286px;text-align:right}html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.emailStats{border-radius:4px;border:1px solid #e5e5e5;padding:0 1rem;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;width:auto}.emailStats .badge{font-weight:600;font-size:1.2rem;margin:1rem 0}.emailStats .badge .number{background:var(--neutral-a-80);min-width:70px;font-weight:500;display:inline-block;text-align:center;margin-right:1rem}.emailStats .badge:not(:last-child){margin-right:2rem}

View File

@@ -0,0 +1 @@
#MESSAGE_SYSTEM_OPTIONS_DIALOG input[type=text]{width:1px}#VIEW_TICKET_DIALOG .replyButton{position:absolute;right:1.5rem;bottom:1.5rem;z-index:1}#VIEW_TICKET_DIALOG textarea{resize:none}#VIEW_TICKET_DIALOG .col\:avatar{width:1%;white-space:nowrap}#VIEW_TICKET_DIALOG .col\:avatar .messageAvatar{color:#fff;font-size:1.6rem;font-weight:700}#VIEW_TICKET_DIALOG .col\:message .userName{font-weight:600;font-size:1.4rem}

View File

@@ -0,0 +1 @@
#CREATE_DB_USER_DIALOG input[type=text][data-v-be916686]{width:24rem}.inputGroup #CREATE_DB_USER_DIALOG input[type=text][data-v-be916686]{width:unset}.privs-flex[data-v-3dabab98]{-ms-flex-wrap:wrap;flex-wrap:wrap}.privs-flex>[data-v-3dabab98]{width:50%}

View File

@@ -0,0 +1 @@
#EDIT_ADMIN_MESSAGE_DIALOG textarea[data-v-36bd1ccc]{min-height:20rem}.reseller-package input[type=text]{width:1px}.create-reseller .select[data-v-9407b7e8],.create-reseller input[type=text][data-v-9407b7e8]{min-width:240px}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.input-ip{display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;margin:0;padding:0;font-family:inherit;font-size:1.2rem;line-height:3.2rem;color:#34383c;background:#fff;border:1px solid #e5e5e5;border-radius:4px}.input-ip>.input-ip-version-select .button{padding:0;padding-left:1.5rem;border-width:0}.input-ip>.input-ip-version-select .button:focus{box-shadow:none}.input-ip>.input-ip-mask{border-width:0;padding-left:1.5rem}.input-ip>.input-ip-mask:focus{box-shadow:none}html.vue-app.dir\:rtl .input-ip .input-ip-mask{text-align:right;direction:ltr}

View File

@@ -0,0 +1 @@
#SHOW_IPINFO_DIALOG .ip[data-v-2a2fd384]{color:#333;font-size:14px;background:#f7f7f7;text-align:left;padding:1rem;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #ddd;border-bottom-width:0}#SHOW_IPINFO_DIALOG .ip[data-v-2a2fd384],#SHOW_IPINFO_DIALOG .ipinfo[data-v-2a2fd384]{margin:0;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif}#SHOW_IPINFO_DIALOG .ipinfo[data-v-2a2fd384]{list-style-type:none;background:#fff;padding:0 0 0 5px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow-x:auto}#SHOW_IPINFO_DIALOG .ipinfo .line[data-v-2a2fd384]{width:100%;text-indent:0}#SHOW_IPINFO_DIALOG .ipinfo .line-content[data-v-2a2fd384]{color:#333;padding:0;position:relative;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;height:100%}#brute-force-monitor input[type=number][data-v-248f2d61]{padding-right:0;width:75px;text-align:center}

View File

@@ -0,0 +1 @@
.vue-app .date-range-picker .vue-daterange-picker{width:100%}.vue-app .date-range-picker .vue-daterange-picker>.form-control{display:none}.vue-app .date-range-picker .vue-daterange-picker .row{display:-ms-flexbox;display:flex}.vue-app .date-range-picker .vue-daterange-picker .calendar-time .form-control{margin:0 10px}.vue-app .date-range-picker .vue-daterange-picker .drp-buttons .btn{min-width:0;margin:0;margin-left:1rem;padding:0;border-radius:4px;font-family:Open Sans,Tahoma,sans-serif;font-size:1.2rem;text-align:left;height:2.6rem;padding:0 1rem;line-height:2.6rem;font-weight:400;cursor:pointer}.vue-app .date-range-picker .vue-daterange-picker .drp-buttons .btn.btn-secondary{color:#34383c;background:#fff;border:1px solid #e0e0e0}.vue-app .date-range-picker .vue-daterange-picker .drp-buttons .btn.btn-success{color:#fff;text-transform:uppercase;font-weight:600;background:var(--safe);border:1px solid var(--safe-border)}.pressure-line{white-space:nowrap}.pressure-line .pressure-item:not(:last-child):after{margin-left:5px;content:"|";margin-right:5px;color:#34383c}.pressure-line .pressure-item.\--theme-safe{color:var(--safe)}.pressure-line .pressure-item.\--theme-danger{color:var(--danger)}.pressure-line .pressure-item.\--theme-warning{color:#faab63}html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}#limits .top-controls{color:#333;margin:0;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif;font-size:14px;background:#f7f7f7;text-align:left;padding:1rem;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #ddd;border-bottom-width:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:1.2rem;font-weight:600}#limits .top-controls .reload-counter{padding-right:.5rem}@media (max-width:767px){#limits .top-controls{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}#limits .top-controls .reloadButton{margin-top:.5rem}#limits .top-controls .reload-counter{text-align:center;margin:.25rem 0;padding-right:0}}#limits .filter .inputGroup{width:100%}#limits .filter input[type=text]{border-top-left-radius:0;border-top-right-radius:0}

View File

@@ -0,0 +1 @@
.vue-app .date-range-picker .vue-daterange-picker{width:100%}.vue-app .date-range-picker .vue-daterange-picker>.form-control{display:none}.vue-app .date-range-picker .vue-daterange-picker .row{display:-ms-flexbox;display:flex}.vue-app .date-range-picker .vue-daterange-picker .calendar-time .form-control{margin:0 10px}.vue-app .date-range-picker .vue-daterange-picker .drp-buttons .btn{min-width:0;margin:0;margin-left:1rem;padding:0;border-radius:4px;font-family:Open Sans,Tahoma,sans-serif;font-size:1.2rem;text-align:left;height:2.6rem;padding:0 1rem;line-height:2.6rem;font-weight:400;cursor:pointer}.vue-app .date-range-picker .vue-daterange-picker .drp-buttons .btn.btn-secondary{color:#34383c;background:#fff;border:1px solid #e0e0e0}.vue-app .date-range-picker .vue-daterange-picker .drp-buttons .btn.btn-success{color:#fff;text-transform:uppercase;font-weight:600;background:var(--safe);border:1px solid var(--safe-border)}html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.pressure-block{padding:25px;background:#f8fafd;border-radius:25px}.pressure-block .pressure-block-label{font-weight:500;font-size:13px;line-height:24px;letter-spacing:.464286px}.pressure-block .pressure-items{margin-top:20px;display:grid;grid-gap:10px;grid-template-columns:auto 1fr auto;grid-template-rows:20px 20px 20px}.pressure-block .pressure-items .pressure-item-label{padding-right:20px}.pressure-block .pressure-items .pressure-item-progress{-ms-flex-positive:1;flex-grow:1;height:20px;background:#ececec;border-radius:46px}.pressure-block .pressure-items .pressure-item-progress .pressure-item-track{height:20px;border-radius:inherit}.pressure-block .pressure-items .pressure-item-progress .pressure-item-track.\--theme-safe{background:var(--safe)}.pressure-block .pressure-items .pressure-item-progress .pressure-item-track.\--theme-danger{background:var(--danger)}.pressure-block .pressure-items .pressure-item-progress .pressure-item-track.\--theme-warning{background:#faab63}.pressure-block .pressure-items .pressure-item-value{padding-left:20px}html.vue-app .pos\:a\:0[data-v-551cc899]{top:0;left:0;right:0;bottom:0}.vue-app .limits-grid[data-v-551cc899]{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem}@media (max-width:1023px){.vue-app .limits-grid[data-v-551cc899]{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.vue-app .limits-grid[data-v-551cc899]{grid-template-columns:1fr;padding:0 1rem}}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.input-ip{display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;margin:0;padding:0;font-family:inherit;font-size:1.2rem;line-height:3.2rem;color:#34383c;background:#fff;border:1px solid #e5e5e5;border-radius:4px}.input-ip>.input-ip-version-select .button{padding:0;padding-left:1.5rem;border-width:0}.input-ip>.input-ip-version-select .button:focus{box-shadow:none}.input-ip>.input-ip-mask{border-width:0;padding-left:1.5rem}.input-ip>.input-ip-mask:focus{box-shadow:none}html.vue-app.dir\:rtl .input-ip .input-ip-mask{text-align:right;direction:ltr}#SHOW_IPINFO_DIALOG .ip[data-v-2a2fd384]{color:#333;font-size:14px;background:#f7f7f7;text-align:left;padding:1rem;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #ddd;border-bottom-width:0}#SHOW_IPINFO_DIALOG .ip[data-v-2a2fd384],#SHOW_IPINFO_DIALOG .ipinfo[data-v-2a2fd384]{margin:0;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif}#SHOW_IPINFO_DIALOG .ipinfo[data-v-2a2fd384]{list-style-type:none;background:#fff;padding:0 0 0 5px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow-x:auto}#SHOW_IPINFO_DIALOG .ipinfo .line[data-v-2a2fd384]{width:100%;text-indent:0}#SHOW_IPINFO_DIALOG .ipinfo .line-content[data-v-2a2fd384]{color:#333;padding:0;position:relative;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;height:100%}

View File

@@ -0,0 +1 @@
.user-package input[type=text]{width:1px}

View File

@@ -0,0 +1 @@
#CREATE_FORWARDERS_DIALOG .formElement-content{padding-left:0!important;margin-left:0!important;width:100%}#CREATE_FORWARDERS_DIALOG .domainButton{border-top-right-radius:0;border-bottom-right-radius:0}#CREATE_FORWARDERS_DIALOG input[type=text]{width:1px}html.vue-app.dir\:rtl #CREATE_FORWARDERS_DIALOG .domainButton{border-top-left-radius:0;border-bottom-left-radius:0}#MODIFY_FORWARDERS_DIALOG .formElement-content{padding-left:0!important;margin-left:0!important;width:100%}

View File

@@ -0,0 +1 @@
#SHOW_IPINFO_DIALOG .ip[data-v-2a2fd384]{color:#333;font-size:14px;background:#f7f7f7;text-align:left;padding:1rem;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #ddd;border-bottom-width:0}#SHOW_IPINFO_DIALOG .ip[data-v-2a2fd384],#SHOW_IPINFO_DIALOG .ipinfo[data-v-2a2fd384]{margin:0;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif}#SHOW_IPINFO_DIALOG .ipinfo[data-v-2a2fd384]{list-style-type:none;background:#fff;padding:0 0 0 5px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow-x:auto}#SHOW_IPINFO_DIALOG .ipinfo .line[data-v-2a2fd384]{width:100%;text-indent:0}#SHOW_IPINFO_DIALOG .ipinfo .line-content[data-v-2a2fd384]{color:#333;padding:0;position:relative;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;height:100%}

View File

@@ -0,0 +1 @@
.select.log-file-select .select-button{text-align:left;position:relative;color:#34383c;height:3.5rem;padding:0 1.5rem;background:#fff;border:1px solid #e0e0e0;font-family:Open Sans,Tahoma,sans-serif;font-size:1.2rem;display:-ms-flexbox;border-radius:4px;-webkit-box-align:center;-ms-flex-align:center;width:100%;cursor:pointer;display:flex;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.select.log-file-select.-is-open .select-button{border-color:var(--primary-border)}html.vue-app .log-file-select-table.\--dark,html.vue-app .log-file-select-table.\--dark .input-radio .input-radio-label{color:hsla(0,0%,100%,.87)}html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.log-view-options-button{text-align:left;position:relative;color:#34383c;height:3.5rem;padding:0 1.5rem;background:#fff;border:1px solid #e0e0e0;font-family:Open Sans,Tahoma,sans-serif;font-size:1.2rem;display:-ms-flexbox;border-radius:4px;-webkit-box-align:center;-ms-flex-align:center;width:100%;cursor:pointer;display:flex;align-items:center}.log-view-options-dropdown{padding:1.5rem;background:#fff}.log-view-options.-is-open{border-color:var(--primary-border)}#view-log h2.filename[data-v-70d8e574]{color:#333;font-size:14px;background:#f7f7f7;text-align:left;padding:1rem;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #ddd;border-bottom-width:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}#view-log .log[data-v-70d8e574],#view-log h2.filename[data-v-70d8e574]{margin:0;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif}#view-log .log[data-v-70d8e574]{list-style-type:decimal;list-style-position:outside;padding:2rem 0;background:#fff;padding:0 0 0 55px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow-x:auto;color:#acacac}#view-log .log .line[data-v-70d8e574]{background:#fff;margin-left:-6px;white-space:nowrap;width:100%}#view-log .log .line-content[data-v-70d8e574]{color:#333;margin:0 0 0 -13px;border-left:1px solid #ddd;vertical-align:top;padding:0;position:relative;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;height:100%}

View File

@@ -0,0 +1 @@
.kitchenSinkSection-options{min-width:40%;width:40%}.kitchenSinkSection-preview.-is-canvas{background-image:linear-gradient(45deg,#eee 25%,transparent 0),linear-gradient(-45deg,#eee 25%,transparent 0),linear-gradient(45deg,transparent 75%,#eee 0),linear-gradient(-45deg,transparent 75%,#eee 0);background-size:2rem 2rem;background-position:0 0,0 1rem,1rem -1rem,-1rem 0}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}html.vue-app .CommandBox{border:1px solid #e5e5e5;max-height:24rem;overflow:auto}html.vue-app .CommandBox .NoResults{padding:2rem;text-align:center;font-weight:600}textarea[data-v-205acde8]{max-height:unset!important;min-height:10rem;width:80%}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.plugin-legacy-host{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;padding:2rem 0}.plugin-legacy-host.maximized{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;background:var(--primary-a-60);padding:0;max-height:100vh;overflow:auto}.plugin-legacy-host.maximized>#plugin-host{background:#fff;padding:0}#plugin-host{position:relative;-ms-flex-positive:1;flex-grow:1;-ms-flex-direction:column;flex-direction:column}#plugin-host,#plugin-host>#plugin-host-header{display:-ms-flexbox;display:flex}#plugin-host>#plugin-host-header{padding:2rem;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-top:1rem;border-bottom:1px solid #e0e0e0}#plugin-host>#plugin-host-header>h1{margin:0}#plugin-host>#iframe-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;-ms-flex-positive:1;flex-grow:1;overflow-x:auto;-webkit-overflow-scrolling:touch}#plugin-host>#iframe-container>#iframe-overlay{position:absolute;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,.25)}.custombuild{width:unset!important}

View File

@@ -0,0 +1 @@
ol.user-domains--pointers{list-style-type:decimal!important}

View File

@@ -0,0 +1 @@
.vue-app .date-range-picker .vue-daterange-picker{width:100%}.vue-app .date-range-picker .vue-daterange-picker>.form-control{padding:0;border:unset}.vue-app .date-range-picker .vue-daterange-picker>.form-control>.inputGroup{width:100%}.vue-app .date-range-picker .vue-daterange-picker>.form-control>.inputGroup input{cursor:pointer}.vue-app .date-range-picker .vue-daterange-picker .row{display:-ms-flexbox;display:flex}.vue-app .date-range-picker .vue-daterange-picker .calendar-time .form-control{margin:0 10px}.vue-app .date-range-picker .vue-daterange-picker .drp-buttons .btn{min-width:0;margin:0;margin-left:1rem;padding:0;border-radius:4px;font-family:Open Sans,Tahoma,sans-serif;font-size:1.2rem;text-align:left;height:2.6rem;padding:0 1rem;line-height:2.6rem;font-weight:400;cursor:pointer}.vue-app .date-range-picker .vue-daterange-picker .drp-buttons .btn.btn-secondary{color:#34383c;background:#fff;border:1px solid #e0e0e0}.vue-app .date-range-picker .vue-daterange-picker .drp-buttons .btn.btn-success{color:#fff;text-transform:uppercase;font-weight:600;background:var(--safe);border:1px solid var(--safe-border)}

View File

@@ -0,0 +1 @@
.webalizer-table .log-actions>.toggle{display:-ms-inline-flexbox;display:inline-flex}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.input-ip{display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;margin:0;padding:0;font-family:inherit;font-size:1.2rem;line-height:3.2rem;color:#34383c;background:#fff;border:1px solid #e5e5e5;border-radius:4px}.input-ip>.input-ip-version-select .button{padding:0;padding-left:1.5rem;border-width:0}.input-ip>.input-ip-version-select .button:focus{box-shadow:none}.input-ip>.input-ip-mask{border-width:0;padding-left:1.5rem}.input-ip>.input-ip-mask:focus{box-shadow:none}html.vue-app.dir\:rtl .input-ip .input-ip-mask{text-align:right;direction:ltr}#multi-server .table-actions[data-v-1913bd1a]{font-weight:600}#multi-server .formElement[data-v-1913bd1a]{border-bottom-width:0}#multi-server input[type=number][data-v-1913bd1a]{width:75px;text-align:center;padding-right:0}#ADD_NEW_SERVER input[type=password][data-v-1913bd1a],#ADD_NEW_SERVER input[type=text][data-v-1913bd1a]{width:180px}#ADD_NEW_SERVER .inputGroup[data-v-1913bd1a]{min-width:16rem}

View File

@@ -0,0 +1 @@
#PHP_VERSION_DIALOG .badge{white-space:normal}#PHP_VERSION_DIALOG .badge .badge-text{line-height:150%}

View File

@@ -0,0 +1 @@
#VIEW_TICKET_DIALOG .textarea{position:relative;background:#fff;border:1px solid #e5e5e5;border-radius:4px}#VIEW_TICKET_DIALOG .textarea.focused{box-shadow:0 0 1px 1px #13aae2,0 0 1px 2px hsla(0,0%,100%,.5)}#VIEW_TICKET_DIALOG .textarea-row{background:#fff}#VIEW_TICKET_DIALOG .textarea-row>td{border-width:0}#VIEW_TICKET_DIALOG .textarea-input{width:100%;min-height:12rem;resize:none;border-width:0}#VIEW_TICKET_DIALOG .textarea-input:focus{outline:none;border:none;box-shadow:unset}#VIEW_TICKET_DIALOG .textarea-submit-button{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end;width:100%;padding:2px;z-index:1}#VIEW_TICKET_DIALOG .textarea-submit-button .submit-keys-suggestion{color:silver;font-size:12px;font-weight:300;padding-left:4px}#VIEW_TICKET_DIALOG .replyButton{position:absolute;right:1.5rem;bottom:1.5rem;z-index:1}#VIEW_TICKET_DIALOG textarea{resize:none}#VIEW_TICKET_DIALOG .messagesTable>.table-elem{table-layout:fixed}#VIEW_TICKET_DIALOG .col\:avatar{width:6.4rem;white-space:nowrap}#VIEW_TICKET_DIALOG .col\:avatar .messageAvatar{color:#fff;font-size:1.6rem;font-weight:700}#VIEW_TICKET_DIALOG .col\:message .userName{font-weight:600;font-size:1.4rem}#VIEW_TICKET_DIALOG .scrollArea{padding-bottom:1.5rem}#manage-tickets .filters[data-v-5b682d6c],#manage-tickets .title[data-v-5b682d6c]{padding-left:5px!important}#manage-tickets .buttons .button[data-v-5b682d6c]{margin-right:0!important}#manage-tickets .container[data-v-5b682d6c]{padding:0}#manage-tickets .icon-button[data-v-5b682d6c]{background-color:inherit!important}.status-open[data-v-5b682d6c]:before{content:"";display:inline-block;border-radius:50%;height:12px;width:12px;background-color:#5dc37f;vertical-align:top;margin-top:1px;margin-right:10px}[class^=priority][data-v-5b682d6c]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}[class^=priority][data-v-5b682d6c]:before{content:"";display:inline-block;border-radius:50%;height:12px;width:12px;vertical-align:top;margin-right:10px}[class^=priority].priority-medium[data-v-5b682d6c]:before{background-color:#ffd900}[class^=priority].priority-high[data-v-5b682d6c]:before{background-color:#d5591c}[class^=priority].priority-low[data-v-5b682d6c]:before{background-color:#5dc37f}.filters .filter[data-v-5b682d6c]{padding-left:10px;font-weight:600;font-size:11px;color:#34383c}.filters .filter+.filter[data-v-5b682d6c]{margin-left:16px}.filters .filter.active[data-v-5b682d6c],.ticket-status-open[data-v-5b682d6c]{color:#5dc37f}.ticket-status-hold[data-v-5b682d6c]{color:#34383c}.ticket-status-closed[data-v-5b682d6c]{color:silver}.ticket[data-v-5b682d6c]{height:400px;overflow:hidden}.expand-enter-active .ticket[data-v-5b682d6c],.expand-leave-active .ticket[data-v-5b682d6c]{transition:height 1s;overflow:hidden}.expand-enter .ticket[data-v-5b682d6c]{height:0}.expand-enter-to .ticket[data-v-5b682d6c]{height:400px}.expand-leave-to .ticket[data-v-5b682d6c]{height:0}.row-transition .col[data-v-5b682d6c]{height:auto;vertical-align:top}.strong[data-v-5b682d6c]{font-weight:700}.input-check input[type=email][data-v-5b682d6c],input[type=text][data-v-5b682d6c]{position:relative!important;visibility:visible!important;top:unset!important;left:unset!important;width:250px!important;padding:0 10px!important;font-weight:400!important;font-family:Open Sans,sans-serif!important}

View File

@@ -0,0 +1 @@
#EDIT_ADMIN_MESSAGE_DIALOG textarea[data-v-cdb6212e]{min-height:20rem}

View File

@@ -0,0 +1 @@
.docroot-table[data-v-723eb06f]{margin-bottom:0;margin-top:0}.docroot-table>tr[data-v-723eb06f]{background:transparent!important}.docroot-table>tr>td[data-v-723eb06f]{height:auto;padding:0 .5rem;border-width:0}.docroot-table>tr>td.font\:monospace[data-v-723eb06f]{font-family:Courier New,Courier,monospace}

View File

@@ -0,0 +1 @@
@media print{html.print-scratch-codes #two-step-auth .ui-tabs-header-tab,html.print-scratch-codes #two-step-auth>header,html.print-scratch-codes footer,html.print-scratch-codes header.header,html.print-scratch-codes section.search{display:none}html.print-scratch-codes #two-step-auth .ui-tabs{border-width:0}html.print-scratch-codes #two-step-auth .r-table-buttons-before{display:none}html.print-scratch-codes #scratch-codes{display:block}html.print-scratch-codes #scratch-codes .button,html.print-scratch-codes #scratch-codes h2,html.print-scratch-codes #scratch-codes input{display:none}html.print-scratch-codes #scratch-codes .table-row{background-color:#fff}}html.vue-app .qr-code-tooltip>img{margin:1rem}html.vue-app .qr-code-tooltip>span{text-align:center;max-width:200px}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.input-ip{display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;margin:0;padding:0;font-family:inherit;font-size:1.2rem;line-height:3.2rem;color:#34383c;background:#fff;border:1px solid #e5e5e5;border-radius:4px}.input-ip>.input-ip-version-select .button{padding:0;padding-left:1.5rem;border-width:0}.input-ip>.input-ip-version-select .button:focus{box-shadow:none}.input-ip>.input-ip-mask{border-width:0;padding-left:1.5rem}.input-ip>.input-ip-mask:focus{box-shadow:none}html.vue-app.dir\:rtl .input-ip .input-ip-mask{text-align:right;direction:ltr}

View File

@@ -0,0 +1 @@
html.vue-app .info-bar-data-text-item{height:5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}html.vue-app .info-bar-data-text-item .info-bar-text-item-label{font-size:13px;line-height:22px;letter-spacing:.5px;white-space:nowrap}html.vue-app .info-bar-data-text-item .info-bar-text-item-value{font-weight:500;font-size:13px;line-height:22px;letter-spacing:.464286px;text-align:right}

View File

@@ -0,0 +1 @@
ol.user-domains--pointers{list-style-type:decimal!important}

View File

@@ -0,0 +1 @@
html.vue-app .info-bar-data-text-item{height:5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}html.vue-app .info-bar-data-text-item .info-bar-text-item-label{font-size:13px;line-height:22px;letter-spacing:.5px;white-space:nowrap}html.vue-app .info-bar-data-text-item .info-bar-text-item-value{font-weight:500;font-size:13px;line-height:22px;letter-spacing:.464286px;text-align:right}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.input-ip{display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;margin:0;padding:0;font-family:inherit;font-size:1.2rem;line-height:3.2rem;color:#34383c;background:#fff;border:1px solid #e5e5e5;border-radius:4px}.input-ip>.input-ip-version-select .button{padding:0;padding-left:1.5rem;border-width:0}.input-ip>.input-ip-version-select .button:focus{box-shadow:none}.input-ip>.input-ip-mask{border-width:0;padding-left:1.5rem}.input-ip>.input-ip-mask:focus{box-shadow:none}html.vue-app.dir\:rtl .input-ip .input-ip-mask{text-align:right;direction:ltr}.input-inline .trigger>div{display:inline}.input-inline-box{padding:5px;min-width:100%;z-index:1}.input-inline-box .textarea{min-width:480px}.input-inline-box .textarea .bottom-toolbar{padding:.5rem 0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}#records-table td:nth-child(3){white-space:nowrap}

View File

@@ -0,0 +1 @@
#file-editor textarea[data-v-2be97300]{width:100%;max-height:75vh;height:40rem;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif;font-size:13px;line-height:15px;font-weight:300}

View File

@@ -0,0 +1 @@
textarea[data-v-2550ec32]{margin-top:1rem;margin-bottom:3rem;display:block;width:100%;resize:vertical;max-height:unset;min-height:20rem;height:20rem}

View File

@@ -0,0 +1 @@
#custom-httpd-php-fpm textarea[data-v-028d4ee6]{margin-top:1rem;margin-bottom:3rem;display:block;width:100%;resize:vertical;max-height:unset;min-height:20rem;height:20rem}#custom-httpd-php-fpm .configuration-check[data-v-028d4ee6]{border:1px solid #ddd;padding:1rem;border-radius:4px;color:#333;font-family:monospace;overflow-y:auto}.config[data-v-028d4ee6]{list-style-type:decimal;list-style-position:outside;padding:2rem 0;background:#fff;margin:0;padding:0 0 0 55px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;color:#acacac;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif}.config.limited[data-v-028d4ee6]{max-height:80vh;overflow-x:auto}.config .line[data-v-028d4ee6]{background:#fff;margin-left:-6px;white-space:nowrap;width:100%}.config .line-content[data-v-028d4ee6]{color:#333;margin:0 0 0 -13px;border-left:1px solid #ddd;vertical-align:top;padding:0;display:-ms-inline-flexbox;display:inline-flex;height:100%;min-height:20px}

View File

@@ -0,0 +1 @@
#custom-httpd-domain .configuration-check[data-v-63b8e99e]{border:1px solid #ddd;padding:1rem;border-radius:4px;color:#333;font-family:monospace;overflow-x:auto}.config[data-v-63b8e99e]{list-style-type:decimal;list-style-position:outside;padding:2rem 0;background:#fff;margin:0;padding:0 0 0 55px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;color:#acacac;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif}.config.limited[data-v-63b8e99e]{max-height:80vh;overflow-x:auto}.config .line[data-v-63b8e99e]{background:#fff;margin-left:-6px;white-space:nowrap;width:100%}.config .line-content[data-v-63b8e99e]{color:#333;margin:0 0 0 -13px;border-left:1px solid #ddd;vertical-align:top;padding:0;display:-ms-inline-flexbox;display:inline-flex;height:100%;min-height:20px}.lowercase[data-v-63b8e99e]{text-transform:lowercase}

View File

@@ -0,0 +1 @@
.reseller-package input[type=text]{width:1px}

View File

@@ -0,0 +1 @@
.reseller-package input[type=text]{width:1px}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.route-editor .CodeMirror{height:auto}.route-editor .CodeMirror .ajv-error{color:var(--danger);white-space:pre-wrap;margin-left:5px}

View File

@@ -0,0 +1 @@
#reseller-user-backups li[data-v-3f6e1f63]{list-style-type:none}

View File

@@ -0,0 +1 @@
#ADD_SECURITY_QUESTION_DIALOG .select[data-v-94b6c176],#ADD_SECURITY_QUESTION_DIALOG input[type=text][data-v-94b6c176]{width:100%}

View File

@@ -0,0 +1 @@
html.vue-app.mobile .grouped-input input[type=text]{width:1px}

View File

@@ -0,0 +1 @@
textarea[data-v-1334b94d]{max-height:unset!important;min-height:12rem;width:100%!important}.select[data-v-1334b94d],input[data-v-1334b94d]{width:200px}

View File

@@ -0,0 +1 @@
textarea[data-v-1115f364]{max-height:unset!important;min-height:12rem;width:100%!important}

View File

@@ -0,0 +1 @@
#modify-user .select[data-v-4b0b5cb3]{min-width:167px}

View File

@@ -0,0 +1 @@
.inputDate .vdp-datepicker,.inputDate .vdp-datepicker input{width:100%}

View File

@@ -0,0 +1 @@
#create-autoresponder textarea{max-height:unset!important;min-height:12rem!important;width:100%!important}#create-autoresponder .input-1px input[type=text]{width:1px}

View File

@@ -0,0 +1 @@
.log-table tr td:nth-child(3){word-break:break-word}

View File

@@ -0,0 +1 @@
textarea[data-v-03683c7c]{width:100%;min-height:60vh}

View File

@@ -0,0 +1 @@
#subdomain-stats .report[data-v-6ecf1bf6]{width:100%;height:80vh}

View File

@@ -0,0 +1 @@
#template-diff .diff-wrapper[data-v-66defed3]{overflow-x:auto;border:1px solid #ddd;padding-bottom:0!important}#template-diff .diff-wrapper .diff-table .diff-line>td[data-v-66defed3]{padding:0;height:unset;border-width:0;border-bottom:1px solid #fff}#template-diff .diff-wrapper .diff-table .diff-line .sign[data-v-66defed3]{padding:0 1rem;text-align:center;border-right:1px solid #fff;font-weight:600;color:#000}#template-diff .diff-wrapper .diff-table .diff-line-content[data-v-66defed3]{color:#333;vertical-align:top;padding:0 1rem;position:relative;height:100%}#template-diff .diff-wrapper .diff-table .diff-line.header[data-v-66defed3]{font-weight:600}#template-diff .diff-wrapper .diff-table .diff-line[data-v-66defed3]:nth-child(2n){background:#f1f0f0}#template-diff .diff-wrapper .diff-table .diff-line.minus[data-v-66defed3]{background:#ffcdcd}#template-diff .diff-wrapper .diff-table .diff-line.plus[data-v-66defed3]{background:#c1ffc1}

View File

@@ -0,0 +1 @@
.search-type-select[data-v-7947a732]{min-width:12rem}

View File

@@ -0,0 +1 @@
.search-type-select[data-v-6a20e2e6]{min-width:12rem}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}html.vue-app #php-safe-mode .child{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100%;font-size:11px}html.vue-app.dir\:ltr #php-safe-mode .child{border-left:1px solid #e0e0e0;padding-left:1rem}html.vue-app.dir\:rtl #php-safe-mode .child{border-right:1px solid #e0e0e0;padding-right:1rem}html.vue-app #php-safe-mode .search-type-select{min-width:12rem}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}html.vue-app.dir\:rtl #process-monitor .top-controls .reload-counter{padding-left:.5rem}#process-monitor .top-controls{color:#333;margin:0;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif;font-size:14px;background:#f7f7f7;text-align:left;padding:1rem;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #ddd;border-bottom-width:0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:1.2rem;font-weight:600}#process-monitor .top-controls .reload-counter{padding-right:.5rem}@media (max-width:767px){#process-monitor .top-controls{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}#process-monitor .top-controls .reloadButton{margin-top:.5rem}#process-monitor .top-controls .reload-counter{text-align:center;margin:.25rem 0;padding-right:0}}#process-monitor .topInfo{display:grid;grid-template-areas:"a b";grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif}#process-monitor .topInfo>ul{margin:0;padding:0;list-style-type:none;white-space:nowrap}#process-monitor .topInfo>ul.label{grid-area:a;background:#f1f0f0;color:#acacac;text-align:right;padding-right:.5rem;font-weight:600}#process-monitor .topInfo>ul.value{grid-area:b;color:#333;border-left:1px solid #ddd;overflow-x:auto;padding:0 .5rem;margin-right:.5rem}#process-monitor .top{margin:0;list-style-type:none;border:1px solid #ddd;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,monospace,serif}#process-monitor .top .line{background:#fff;white-space:nowrap;width:100%;display:-ms-flexbox;display:flex}#process-monitor .top .line .label{background:#f1f0f0;color:#acacac;width:100px;text-align:right;padding-right:3px}#process-monitor .top .line .content{color:#333;border-left:1px solid #ddd;vertical-align:top;padding:0;position:relative;white-space:nowrap;display:-ms-inline-flexbox;display:inline-flex;height:100%}#process-monitor .table thead{background-color:#f1f0f0}#process-monitor .table .table-elem{border:1px solid #ddd;border-top-width:0}

View File

@@ -0,0 +1 @@
.pids[data-v-62e0f0f6]{width:400px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:pointer}

View File

@@ -0,0 +1 @@
#admin-settings .backupThreshold{font-weight:600;padding-left:2.5rem}#admin-settings input[type=text]{width:240px}#admin-settings input[type=text]:not(:first-child){width:75px;text-align:center}#admin-settings input[type=text].maxfilesize{width:165px;border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0}#admin-settings .maxfilesize-units{min-width:75px}#admin-settings .maxfilesize-units .button{border-top-left-radius:0;border-bottom-left-radius:0;border-left-width:1px}

View File

@@ -0,0 +1 @@
html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}#VIEW_BACKUP_LOG_DIALOG .log-wrapper{background-color:#f0f1f1;padding:1rem;font-size:10px;line-height:12px;max-height:500px;overflow-y:auto}#VIEW_BACKUP_LOG_DIALOG .log-wrapper iframe{width:100%}@media (max-width:767px){#VIEW_BACKUP_LOG_DIALOG .log-wrapper{max-height:unset}#VIEW_BACKUP_LOG_DIALOG .log-wrapper iframe{height:100vh}}.minDisk input[type=text]{width:100px}

View File

@@ -0,0 +1 @@
#modify-reseller-backup .select[data-v-7f2270f0],#modify-reseller-backup input[type=text][data-v-7f2270f0]{min-width:24rem}

View File

@@ -0,0 +1 @@
#restore-reseller-backup .ui-steps-content>div>.formElement[data-v-3ca175f8]{margin-left:0!important}#restore-reseller-backup .formElement .formElement[data-v-3ca175f8]:last-child{border-bottom-width:0}#restore-reseller-backup .select[data-v-3ca175f8],#restore-reseller-backup input[type=text][data-v-3ca175f8]{width:240px}

View File

@@ -0,0 +1 @@
#schedule-reseller-backup .ui-steps-content>div>.formElement{margin-left:0!important}#schedule-reseller-backup .formElement .formElement:last-child{border-bottom-width:0}#schedule-reseller-backup .select,#schedule-reseller-backup input[type=text]{width:240px}#schedule-reseller-backup .cron-settings .inputGroup-left .button{width:15rem}

View File

@@ -0,0 +1 @@
textarea[data-v-7dbef85e]{max-height:unset!important;width:100%;min-height:12rem!important}

View File

@@ -0,0 +1 @@
.backup .backup-create .backup-options>.OptionsList{border-width:0}.backup .backup-create .backup-options>.OptionsList>.ListItem{border-bottom-width:0;background:transparent!important}.backup .backup-domains-select{padding-left:1.5rem;font-weight:600;line-height:3rem}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.da-fm-toolbar[data-v-5441f4b8]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.da-fm-toolbar .da-logo-wrapper[data-v-5441f4b8],.da-fm-toolbar .da-logo[data-v-5441f4b8]{max-width:184px}.folders-tree{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.folders-tree .q-tree__hode-header{margin-top:0px}.folders-tree .q-tree__node--selected{background:var(--q-color-primary-overlay);margin-top:0px}.folders-tree .folder-tree-list-item{text-decoration:none;color:#000}.folders-tree .folder-tree-list-item.-drop-active{color:var(--q-color-secondary)}body.body--dark .folders-tree .folder-tree-list-item,body.body--dark .folders-tree .folder-tree-list-item.-drop-active{color:#fff}.folders-tree-drawer .q-drawer{width:90vw!important}.files-table,.files-table .da-select-toolbar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.files-table .q-table__top{min-height:48px;padding-top:0px;padding-bottom:0px}.files-table:not(.fullscreen){height:calc(100vh - 66px)}.files-table thead tr th{position:sticky;z-index:2}.files-table thead tr:first-child th{top:0}.files-table.q-table--loading thead tr:last-child th{top:48px}.files-table tr.selected{touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.files-table tr.directory.-drop-active{color:#1976d2}.files-table td:first-child,.files-table th:first-child{position:sticky;left:0;z-index:2}.files-table th:first-child{z-index:3}.files-table td:nth-child(2),.files-table th:nth-child(2){position:sticky;left:72px;z-index:2}.files-table th:nth-child(2){z-index:3}.files-table .q-table__bottom,.files-table .q-table__top,.files-table thead tr:first-child th{background-color:#fff}.files-table tr.q-tr td:first-child,.files-table tr.q-tr td:nth-child(2),.files-table tr.q-tr th:first-child,.files-table tr.q-tr th:nth-child(2){background-color:#fff!important}.files-table .q-tr.--dragged{background:hsla(0,0%,62%,0.25);background-image:repeating-linear-gradient(30deg,hsla(0,0%,100%,0.5),hsla(0,0%,100%,0.5) 5px,transparent 0,transparent 10px)}.files-table .q-tr.--dragged .q-td{background:transparent!important}.files-table .q-tr.--drop-active{color:var(--q-color-primary)}.selection{border:1px solid var(--q-color-primary);background:var(--q-color-primary-overlay);z-index:100;position:fixed}body.body--dark .files-table .q-table__bottom,body.body--dark .files-table .q-table__top,body.body--dark .files-table thead tr:first-child th{background-color:var(--q-color-dark)}body.body--dark .files-table td:first-child,body.body--dark .files-table td:nth-child(2),body.body--dark .files-table th:first-child,body.body--dark .files-table th:nth-child(2){background-color:var(--q-color-dark)!important}.breadcrumbs{white-space:nowrap}.breadcrumbs .flex{flex-wrap:nowrap}.files-grid-wrapper.-show-info-panel{display:grid;grid-template-columns:1fr 350px}.files-grid{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.files-grid-loading{position:absolute;top:100%;left:0;right:0;z-index:1}.files-grid-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.files-grid-item{border:1px solid #bdbdbd;box-shadow:0 1px 3px rgba(0,0,0,0.2),0 1px 1px rgba(0,0,0,0.14),0 2px 1px -1px rgba(0,0,0,0.12);border-radius:4px;margin:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.files-grid-item .q-item__label{overflow:hidden;text-overflow:ellipsis}.files-grid-item.selected{border-color:#1976d2;background-color:rgba(25,118,210,0.15);touch-action:none}.files-grid-item.--dragged{border-color:#1976d2;background:hsla(0,0%,62%,0.25);background-image:repeating-linear-gradient(30deg,hsla(0,0%,100%,0.5),hsla(0,0%,100%,0.5) 5px,transparent 0,transparent 10px)}.files-grid-item.--drop-active{border-color:#1976d2;background:rgba(33,186,69,0.15);background-image:repeating-linear-gradient(30deg,hsla(0,0%,100%,0.25),hsla(0,0%,100%,0.25) 5px,transparent 0,transparent 10px)}:root{--q-color-primary-overlay:$primary-overlay}.bg-primary-overlay{background:rgba(25,118,210,0.15)!important;background:var(--q-color-primary-overlay)!important}.text-primary-overlay{color:rgba(25,118,210,0.15)!important;color:var(--q-color-primary-overlay)!important}body.desktop{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.files-view-container .drop-overlay{position:fixed!important;z-index:9000;pointer-events:none;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,0.85);border:2px dotted #9e9e9e}

View File

@@ -0,0 +1 @@
.edit-route .CodeMirror{height:calc(100vh - 80px)!important;max-width:100vw!important}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
<!DOCTYPE html><html><head><base href=/assets/fm/ ><title>|*if SHOW_INFO_IN_TITLE="0"| |HOSTNAME| |*else| |HOSTNAME| | |DEAMONNAME| |VERSION| |*endif|</title><meta charset=utf-8><meta name=description content="New generation filemanager for DirectAdmin"><meta name=format-detection content="telephone=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"><link rel=icon type=image/png sizes=32x32 href=statics/favicon-32.png><link rel=icon type=image/png sizes=64x64 href=statics/favicon-64.png><link rel=icon type=image/png sizes=128x128 href=statics/favicon-128.png><link rel=icon type=image/png sizes=256x256 href=statics/favicon-256.png><link rel=icon type=image/png sizes=512x512 href=statics/favicon-512.png><link href=/assets/fm/css/filemanager.d6cb5291.css rel=stylesheet></head><body><div id=q-app></div><script src=/assets/preloader.js></script><script src="/assets/fm/vendor.js?ver=d28fa38b14d9c188b04d"></script><script src="/assets/fm/filemanager.js?ver=d28fa38b14d9c188b04d"></script><script src="/assets/fm/runtime.js?ver=d28fa38b14d9c188b04d"></script></body></html>

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More