rebase from live enviornment

This commit is contained in:
Rachit Bhargava
2024-01-09 22:14:20 -05:00
parent ff0b49a046
commit 3a22fcaa4a
15968 changed files with 2344674 additions and 45234 deletions

View File

@@ -0,0 +1,101 @@
table.wp-list-table {
width: 100%;
max-width: 100%;
table-layout: auto;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.wp-list-table pre {
white-space: pre-wrap;
margin: 0;
}
.wp-list-table code {
background: transparent;
padding: 0;
font-size: 12px;
}
.wp-list-table td.column-crontrol_status {
white-space: nowrap;
}
.wp-list-table td.column-cb,
.wp-list-table tbody th {
border-left: 4px solid transparent;
}
.wp-list-table tr.crontrol-no-action th,
.wp-list-table tr.crontrol-warning th {
border-color: #dba617;
}
.wp-list-table tr.crontrol-error th {
border-color: #d63638;
}
.wp-list-table tr.crontrol-paused th {
border-color: #8c8f94;
}
.wp-list-table tr.crontrol-paused:not(.crontrol-no-action) .column-crontrol_actions {
text-decoration: line-through;
}
.wp-list-table .column-crontrol_icon .dashicons,
.wp-list-table .check-column .dashicons {
margin-left: 6px;
font-size: 15px;
}
.wp-list-table .column-crontrol_icon .dashicons {
margin-top: 2px;
}
.wp-list-table .qm-icon-edit {
display: none;
}
.status-crontrol-warning,
.wp-list-table tr.crontrol-no-action td.column-crontrol_status,
.wp-list-table tr.crontrol-warning td.column-crontrol_status {
color: #bd8600;
}
.status-crontrol-error,
.wp-list-table tr.crontrol-error td.column-crontrol_status {
color: #d63638;
}
.status-crontrol-paused .dashicons {
background: #646970;
border-radius: 50%;
color: #fff;
font-size: 14px;
height: 14px;
line-height: 14px;
margin-top: 2px;
padding: 1px;
width: 14px;
}
.column-crontrol_time,
.column-crontrol_ran,
.column-crontrol_next {
white-space: nowrap;
}
.row-actions .crontrol-in-use {
color: #646970;
}
.form-field input[type="number"] {
width: 100px;
}
.crontrol-edit-event-standard .crontrol-event-php,
.crontrol-edit-event-php .crontrol-event-standard {
display: none;
}