2021-02-26 03:48:05 +00:00
|
|
|
.woocommerce-admin-test-helper__main-tab-panel {
|
|
|
|
.active-tab {
|
|
|
|
box-shadow: inset 0 1.5px #007cba;
|
|
|
|
box-shadow: inset 0 1.5px var(--wp-admin-theme-color);
|
|
|
|
}
|
|
|
|
}
|
2021-02-28 09:02:27 +00:00
|
|
|
|
|
|
|
.woocommerce-admin-test-helper__action-status {
|
|
|
|
color: #007cba;
|
|
|
|
color: var(--wp-admin-theme-color);
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
2021-03-03 06:05:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
#wc-admin-test-helper-options {
|
|
|
|
div.search-box {
|
|
|
|
float: right;
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-danger {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #dc3545;
|
|
|
|
border-color: #dc3545;
|
|
|
|
}
|
2021-03-27 17:03:18 +00:00
|
|
|
|
|
|
|
.align-center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-notice {
|
|
|
|
margin: 0px 0px 10px 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wca-test-helper-option-editor {
|
|
|
|
width: 100%;
|
|
|
|
height: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wca-test-helper-edit-btn-save {
|
|
|
|
float: right;
|
2021-03-03 06:05:45 +00:00
|
|
|
}
|