| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454 |
- <style>
- /* WCE SETTINGS PAGE
- ---------------------------------------------- */
- textarea#display_classes {
- width: 100%;
- max-width: 300px;
- height: 60px;
- }
- /* WCE MESSAGES EDIT PAGE
- ---------------------------------------------- */
- th.column-messageid,
- td.column-messageid {
- width: 3em !important;
- }
- /* WOO PRODUCT EDIT PAGE
- ---------------------------------------------- */
- #woocommerce-product-data ul.wc-tabs li.woo-custom-emails_options a:before {
- font-family: WooCommerce;
- content: '\e02d';
- }
- #woocommerce-product-data #woo_custom_emails_product_data textarea {
- height: 170px;
- }
- #woocommerce-product-data #woo_custom_emails_product_data textarea#custom_content {
- min-height: 170px;
- font-size: 12px;
- font-family: 'Courier', serif;
- line-height: normal;
- }
- #old-customcontent-meta {
- font-family: 'Courier New', serif;
- font-size: 12px;
- line-height: normal;
- }
- .button.show-oldcustomcontent,
- .button.hide-oldcustomcontent {
- padding: 4px 7px;
- line-height: 20px;
- font-size: 10px;
- height: auto;
- }
- .wcemessage_search_results_field {
- display: block;
- position: relative;
- overflow: hidden;
- padding: 5px 20px 5px 162px !important;
- }
- .wcemessage_search_results_field .wcemessage_search_results {
- display: inline-block;
- position: relative;
- overflow-y: scroll;
- width: 90%;
- height: 100px;
- border: 1px solid #ddd;
- }
- .wcemessage_search_results_field .wcemessage_search_results .wcemessage_search_results_wrap {
- overflow: hidden;
- }
- .wcemessage_search_results_field .wcemessage_search_results p {
- margin-top: 0;
- margin-bottom: 2px;
- padding: 0;
- }
- .wcemessage_search_results_wrap p:hover {
- background: #eee;
- }
- .wcemessage_search_results_field .wcemessage_search_results p a {
- display: block;
- padding: 5px;
- font-size: 11px;
- background: #f4f4f4;
- }
- .wcemessage_search_results_field .wcemessage_search_results .placeholder {
- background: #fff;
- color: #ccc;
- padding: 5px;
- font-style: italic;
- margin-right: 1px;
- }
- .wcemessage_search_results_field .wcemessage_search_results .placeholder.error,
- .wcemessage_search_results_field .wcemessage_search_results .placeholder.error a {
- color: #ff0000;
- line-height: normal;
- }
- .wcemessage_search_results_field .wcemessage_search_results .placeholder.error a {
- display: inline;
- padding: 0;
- background: none;
- }
- input#wcemessage_search {
- padding: 6px;
- }
- input#wcemessage_search::placeholder {
- font-size: 12px;
- color: #999;
- line-height: normal;
- }
- .wcemessage_search_saved {
- display: block;
- position: relative;
- overflow: hidden;
- font-size: 17px;
- font-weight: bold;
- line-height: 24px;
- color: #0073aa;
- }
- .wcemessage_search_saved .just-added {
- color: #00a651;
- font-style: italic;
- }
- .wcemessage_search_saved .color-gray {
- color: #aaa;
- }
- .wcemessage_controls {
- display: block;
- position: relative;
- overflow: hidden;
- padding-bottom: 2px;
- }
- .wcemessage_controls .button {
- font-size: 10px;
- font-weight: normal;
- }
- #woo_custom_emails_product_data .button .dashicons {
- line-height: inherit;
- }
- .wcemessage_controls .button.remove-wcemessage {
- color: #ff0000;
- margin-left: 10px;
- }
- .wcemessage_controls .button.select-wcemessage {
- display: inline-block;
- }
- .wcemessage_search_results_field .button.cancel-select-wcemessage {
- padding: 4px 7px;
- line-height: 20px;
- font-size: 11px;
- height: auto;
- }
- .wcemessage_controls .hide,
- .wcemessage_search_results_field.hide,
- .wce-product-options-table .hide {
- display: none !important;
- }
- /* 2.2.0 */
- .wce-product-options-table {
- margin: 13px;
- }
- .wce-product-options-table .table-header,
- .wce-product-options-table .table-row {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 15px;
- }
- .wce-product-options-table .table-header {
- border: 1px solid #e1e1e1;
- }
- .wce-product-options-table > :nth-child(even):not(.table-header) {
- background-color: #f9f9f9;
- }
- .wce-product-options-table .status {
- flex: 0 0 110px;
- padding-right: 30px;
- }
- .wce-product-options-table .message {
- width: 100%;
- padding-right: 30px;
- display: flex;
- align-items: center;
- position: relative;
- }
- .wce-product-options-table .message > .form-field {
- width: 100%;
- }
- .wce-product-options-table .message > .form-field input {
- width: 100%;
- padding: 6px 10px;
- border: 1px solid #d8d8d8;
- border-radius: 4px;
- cursor: text;
- }
- .wce-product-options-table .message > .form-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
- color: #999 !important;
- }
- .wce-product-options-table .message > .form-field input::-moz-placeholder { /* Firefox 19+ */
- color: #999 !important;
- }
- .wce-product-options-table .message > .form-field input:-ms-input-placeholder { /* IE 10+ */
- color: #999 !important;
- }
- .wce-product-options-table .message > .form-field input:-moz-placeholder { /* Firefox 18- */
- color: #999 !important;
- }
- .wce-product-options-table .message .wcemessage_search_results {
- position: absolute;
- top: 30px;
- left: 0;
- width: calc(100% - 100px);
- max-height: 180px;
- overflow-y: auto;
- background: #fff;
- box-shadow: 0 1px 1px rgba(0,0,0,.1);
- z-index: 99;
- }
- .wce-product-options-table .message #wcemessage_processing_search_results {
- max-height: 120px;
- }
- .wce-product-options-table .message #wcemessage_completed_search_results {
- bottom: 30px;
- top: auto;
- }
- .wce-product-options-table .message .wcemessage_search_results .placeholder {
- margin: 0;
- padding: 8px;
- }
- a.wce-search-result {
- display: block;
- }
- .wce-product-options-table .message .button-container {
- flex: 0 0 70px;
- margin-left: 10px;
- }
- .wce-product-options-table .message .button-container .button {
- display: inline-block;
- width: 30px;
- height: 30px;
- line-height: 30px;
- padding: 0;
- text-align: center;
- color: #fff;
- border: none;
- box-shadow: none;
- }
- .wce-product-options-table .message .button-container .button.edit-wcemessage {
- background-color: #5badeb;
- margin-left: 5px;
- }
- .wce-product-options-table .message .button-container .button.edit-wcemessage:hover {
- background-color: #4887b8;
- }
- .wce-product-options-table .message .button-container .button.remove-wcemessage {
- background-color: #da4d4d;
- }
- .wce-product-options-table .message .button-container .button.remove-wcemessage:hover {
- background-color: #a63a3a;
- }
- .wce-product-options-table .location {
- width: 66%;
- }
- .wce-product-options-table .location select {
- width: 100%;
- }
- .wce-product-options-table .location p.form-field {
- padding-left: 0 !important;
- }
- .wce-product-options-table .location p.form-field > label {
- display: none;
- }
- .fullwidth-text {
- width: 100%;
- }
- /* WCE ASSIGNED MESSAGES PAGE
- ---------------------------------------------- */
- /* .woocustomemails_page_woocustomemails_assigned .post-count {
- margin: 30px 0;
- }
- .wp-list-table {
- width: 100%;
- }
- .wp-list-table thead.header {
- background-color: rgba(0,0,0,0.15);
- font-weight: bold;
- }
- .wp-list-table tbody tr:nth-child(even) {
- background-color: rgba(0,0,0,0.05);
- }
- .wp-list-table td {
- padding: 5px;
- text-align: left;
- }
- .wp-list-table tbody td > div {
- padding: 5px;
- }
- .wp-list-table td.product-count,
- .wp-list-table td.orderstatus {
- text-align: center;
- }
- .wp-list-table td.producttitle > div,
- .wp-list-table td.assignedmsgs > div,
- .wp-list-table td.orderstatus > div,
- .wp-list-table td.msglocation > div {
- margin-top: 5px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .wp-list-table td.producttitle > div:first-child,
- .wp-list-table td.assignedmsgs > div:first-child,
- .wp-list-table td.orderstatus > div:first-child,
- .wp-list-table td.msglocation > div:first-child {
- margin-top: 0;
- }
- .wp-list-table td.producttitle a {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-weight: bold;
- }
- .wp-list-table td.producttitle a img {
- display: block;
- width: 30px;
- height: 30px;
- margin-right: 10px;
- }
- .wp-list-table td.orderstatus div {
- border-radius: 3px;
- }
- .wp-list-table td.orderstatus span {
- padding: 0px 10px;
- margin: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- display: inline-flex;
- }
- .wp-list-table td.orderstatus .on-hold {
- background: #f8dda7;
- color: #94660c;
- }
- .wp-list-table td.orderstatus .processing {
- background: #c6e1c6;
- color: #5b841b;
- }
- .wp-list-table td.orderstatus .completed {
- background: #c8d7e1;
- color: #2e4453;
- }
- .wp-list-table td,
- .wp-list-table th.check-column {
- vertical-align: middle;
- }
- .wp-list-table .column-ID {
- width: 50px;
- }
- .wp-list-table .column-thumb {
- width: 5%;
- text-align: center;
- }
- .wp-list-table .column-thumb .thumb {
- width: 60px;
- height: auto;
- }
- .wp-list-table .column-producttitle {
- width: 25%;
- }
- .wp-list-table .column-producttitle .product-title {
- width: auto;
- font-weight: bold;
- }
- .wp-list-table .column-producttitle .row-actions {
- width: auto;
- }
- .wp-list-table .column-assignedmsgs {
- width: 30%;
- }
- .wp-list-table .column-orderstatus {
- width: 10%;
- }
- .wp-list-table .column-msglocation {
- width: 15%;
- } */
- </style>
|