This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,23 +0,0 @@
.migrator-gauge-container {
display: block;
overflow: hidden;
height: 12px;
}
.migrator-gauge-filled {
float: left;
box-sizing: border-box;
width: 0;
height: 100%;
background-color: #80c2de;
}
.migrator-gauge-wrapper {
display: block;
overflow: hidden;
height: 12px;
position: relative;
min-width: 85px;
margin: 2px 0;
font-size: 1px;
line-height: 1px;
background: #e2e2e2;
}

View File

@@ -1,73 +0,0 @@
.image-selector {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
}
.image-selector-item,
.image-selector-radio,
.image-selector-radio-label {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.image-selector-item {
width: auto;
margin-right: 5px;
}
.image-selector-radio {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 10px;
border: 1px solid #bebebe;
background-color: #fafafa;
cursor: pointer;
}
.image-selector-text {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.form-row .image-selector-image {
max-width: none;
max-height: 64px;
}
.image-selector-radio.checked {
border-color: #0f7faf;
background-color: #c6e5fa;
}

View File

@@ -1,16 +0,0 @@
.migration-status-block-queue {
width: 50%;
float: left;
}
.migration-status-block-results {
width: 50%;
float: left;
}
.migration-status-block-header {
font-weight: bold;
padding-top: 10px;
}
.migration-status-status-image {
width: 16px;
height: 16px;
}

View File

@@ -1,3 +0,0 @@
#fetch-source-error-text {
color: red;
}

View File

@@ -1,4 +0,0 @@
/* Hack for Plesk Onyx not to scroll dropdowns (for example to select reseller to reassign) inside popup */
.popup-panel.migrator-popup-reassign .popup-content-area {
overflow-y: visible;
}

View File

@@ -1,9 +0,0 @@
.status-details-dialog-content {
max-height: 400px;
min-width: 800px;
overflow-y: auto;
}
.status-details-dialog-issue-icon {
width: 1em;
height: 1em;
}

View File

@@ -1,12 +0,0 @@
.problem-text {
padding-top: 5px;
padding-bottom: 5px;
}
.affected-objects {
padding-top: 5px;
padding-bottom: 5px;
}
.solution-text {
padding-top: 5px;
padding-bottom: 5px;
}

View File

@@ -1,31 +0,0 @@
.migrator-progress-bar .migrator-progress-bar-fill {
background-size: 40px 40px;
animation: 2s linear 0s normal none infinite running status-stripes;
display: block;
height: 20px;
background-color: #80c2de;
background-image: linear-gradient(
135deg,
rgba(255, 255, 255, 0.15) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.15) 50%,
rgba(255, 255, 255, 0.15) 75%,
transparent 75%,
transparent
);
}
.migrator-progress-bar {
position: relative;
vertical-align: middle;
background-color: #e2e2e2;
}
@keyframes status-stripes {
0% {
background-position: 40px 0;
}
100% {
background-position: 0 0;
}
}

View File

@@ -1,72 +0,0 @@
.progress-status-container {
min-height: 85px;
}
.progress-status-migration-status-row {
line-height: 18px;
padding-bottom: 5px;
}
.progress-status-gauge-row {
line-height: 18px;
padding-bottom: 5px;
}
.progress-status-bottom-row {
display: flex;
flex-direction: row;
justify-content: space-between;
line-height: 18px;
}
.progress-status-count-box {
display: flex;
flex-direction: row;
line-height: 18px;
}
.progress-status-count-icon {
width: 16px;
height: 16px;
padding: 0px;
}
.progress-status-count-item {
padding-left: 10px;
line-height: 18px;
white-space: nowrap;
}
.progress-status-msg-box-not-finished {
margin: 0 0 12px;
padding: 10px 10px 10px 0px;
color: #000;
line-height: 18px;
}
.progress-status-msg-box-finished {
margin: 0 0 12px;
padding: 10px 10px 10px 32px;
color: #000;
line-height: 18px;
background: #bcdf94;
}
.progress-status-msg-box-finished::before {
content: '';
display: inline-block;
float: left;
width: 16px;
height: 16px;
margin: 1px 0 0 -22px;
background-size: 16px;
background-image: url(/modules/panel-migrator/images/migration-status-ok.png);
}
.progress-status-msg-box-failed {
margin: 0 0 12px;
padding: 10px 10px 10px 32px;
color: #000;
line-height: 18px;
background: #f4b3b3;
}
.progress-status-msg-box-failed::before {
content: '';
display: inline-block;
float: left;
width: 16px;
height: 16px;
margin: 1px 0 0 -22px;
background-size: 16px;
background-image: url(/modules/panel-migrator/images/migration-status-warning.png);
}

View File

@@ -1,46 +0,0 @@
.migrate-by-mode-selector {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.migrate-by-mode-selector-item,
.migrate-by-mode-selector-radio,
.migrate-by-mode-selector-radio-label {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.migrate-by-mode-selector-item {
padding-right: 5px;
}
.migrate-by-mode-selector-radio {
flex-shrink: 0;
padding: 10px;
border: 1px solid #bebebe;
background-color: #fafafa;
cursor: pointer;
}
.migrate-by-mode-selector-radio.checked {
border-color: #0f7faf;
background-color: #c6e5fa;
}
.migrate-by-mode-selector-radio-label {
margin-left: 5px;
}

View File

@@ -1,26 +0,0 @@
.server-info-toolbar-actions > .s-btn {
float: left;
margin: 0 1px 10px 0;
padding: 6px 8px;
color: #373737;
background: #dedede;
}
.server-info-toolbar-actions > .s-btn:hover {
background-color: #1e96c9;
color: #fff;
outline: none;
text-decoration: none;
}
.server-info-toolbar {
width: 100%;
display: flex;
justify-content: space-between;
}
.server-info-toolbar-info-item {
white-space: nowrap;
display: inline;
}
.server-info-toolbar-icon {
width: 16px;
height: 16px;
}

View File

@@ -1,18 +0,0 @@
.reassign-text {
color: #787878;
}
.status-text-finished-ok {
color: #009900;
}
.status-text-dns-switched {
color: #009900;
}
.status-text-finished-errors {
color: #bb0000;
}
.status-text-finished-warnings {
color: #999900;
}
.status-text-on-hold {
color: #787878;
}

View File

@@ -1,60 +0,0 @@
.plesk-migrator-log-row-severity-info {
}
.plesk-migrator-log-row-severity-error {
color: #c80000;
}
.plesk-migrator-log-row-severity-warning {
color: #e29a00;
}
.plesk-migrator-log-row-severity-debug {
color: grey;
}
.plesk-migrator-log-row-severity-migrator-execution {
}
.plesk-migrator-log-cell-severity-info {
color: green;
}
.plesk-migrator-log-cell-severity-error {
color: #c80000;
}
.plesk-migrator-log-cell-severity-warning {
color: #e29a00;
}
.plesk-migrator-log-cell-severity-debug {
color: #787878;
}
.plesk-migrator-log-cell-severity-migrator-execution {
color: cornflowerblue;
}
.plesk-migrator-log-bottom-controls {
padding-top: 10px;
}
.plesk-migrator-log-table {
table-layout: fixed;
width: 100%;
}
.plesk-migrator-log-table-th-date {
width: 150px;
}
.plesk-migrator-log-table-th-severity {
width: 150px;
}
.plesk-migrator-log-search-highlight {
background-color: orange;
}
.plesk-migrator-log-container-message-column {
display: flex;
}
.plesk-migrator-log-working-container {
width: 25px;
}
.plesk-migrator-log-expand-container {
width: 25px;
}
.plesk-migrator-log-message-container {
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
font-size: 12px;
}
.plesk-migrator-expand-image {
cursor: pointer;
}