// // ATUM Orders list pages //------------------------ // // Tooltips //--------- .tips { cursor: help; text-decoration: none; } img.tips { padding: 5px 0 0; } #tiptip_holder { display: none; z-index: 8675309; position: absolute; top: 0; left: 0; &.tip_top { padding-bottom: 5px; #tiptip_arrow_inner { margin-top: -7px; margin-left: -6px; border-top-color: $white; } } &.tip_bottom { padding-top: 5px; #tiptip_arrow_inner { margin-top: -5px; margin-left: -6px; border-bottom-color: $white; } } &.tip_right { padding-left: 5px; #tiptip_arrow_inner { margin-top: -6px; margin-left: -5px; border-right-color: $white; } } &.tip_left { padding-right: 5px; #tiptip_arrow_inner { margin-top: -6px; margin-left: -7px; border-left-color: $white; } } } .swal2-in #tiptip_holder { z-index: 100000001; } #tiptip_content { color: $gray-600; font-size: 0.8em; max-width: 150px; background: $white; text-align: center; border-radius: 3px; padding: 0.618em 1em; box-shadow: 0 1px 3px rgba($black, 0.2); code { padding: 1px; background: $wp-gray-7; } } #tiptip_arrow, #tiptip_arrow_inner { position: absolute; border-color: transparent; border-style: solid; border-width: 6px; height: 0; width: 0; } // // List Table //------------- table.wp-list-table { .column-notes { width: 48px; text-align: center; img { margin: 0 auto; padding-top: 0 !important; } } .column-actions { width: 110px; a { float: left; margin: 0 4px 2px 0; cursor: pointer; height: inherit; padding: 3px 4px; img { display: block; width: 12px; height: auto; } } } .column-total, .column-date { width: 9%; } .column-status { text-align: center; .order-status { display: inline-flex; line-height: 2.5em; color: $secondary; background: $light; border-radius: 4px; margin: -.25em 0; cursor: inherit !important; white-space: nowrap; max-width: 100%; height: 26px; line-height: 26px; &.status-completed, &.status-received { background: $green-light; color: $green; } &.status-on-hold { background: $wc-orange-light; color: $wc-orange; } &.status-failed, &.status-trash { background: $wc-red-light; color: $wc-red; } &.status-pending { background: $red-light; color: $red; } &.status-ordered { background: $orange-light; color: $orange; } &.status-onthewayin { background: $blue-light; color: $blue; } &.status-receiving { background: $purple-light; color: $purple; } > span { margin: 0 1em; overflow: hidden; text-overflow: ellipsis; } } } td.column-status { padding-top: 9px; } .column-notes { .note-on { @include ir(); margin: 0 auto; color: $wp-gray-1; &:after { font-family: $atum-icon-font; content: $atmi-bubble; line-height: 16px; } } } .column-actions { .complete, .view, .pdf{ i { font-size: 18px; } } .pdf { i { color: $danger; } } } img { margin: 1px 2px; } .row-actions, span.na { color: $wp-gray-1; } .notes_head, .notes_head, .status_head { @include ir(); margin: 0 auto; &:after { font-family: $atum-icon-font; } } .notes_head::after { content: $atmi-bubble; } .status_head::after { content: $atmi-cloud-sync; } }