/** * All of the CSS for metabox in product page functionality should be * included in this file. */ /* tooltip position for copy button */ .tooltip { position: relative; display: inline-block; } /* tooltip text for copy button */ .tooltip .tooltiptext { visibility: hidden; width: 140px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 5px; position: absolute; z-index: 1; bottom: 150%; left: 50%; margin-left: -75px; opacity: 0; transition: opacity 0.3s; } /* tooltip text for copy button "Link has been copied" */ .tooltip .tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } /* tooltip text for copy button "Copy" */ .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; } /* for IE & MS Edge */ #id:hover { cursor: pointer; } /* class for span in refresh button */ .cklph-wdl-btn-text { transition: all 0.2s; } /* class for button in refresh button */ .button-primary { position: relative; } /* class for loading when refresh button unused. */ .cklph-wdl-loading .cklph-wdl-btn-text { visibility: hidden; opacity: 0; } /* class for loading when refresh button is click. */ .cklph-wdl-loading::after { content: ""; position: absolute; width: 10px; height: 10px; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border: 4px solid transparent; border-top-color: #fff; border-radius: 50%; animation: cklph-wdl-btn-loading 1s ease infinite; } /* loading animation */ @keyframes cklph-wdl-btn-loading { from { transform: rotate(0turn); } to { transform: rotate(1turn); } } .cklph-wdl-input { width: 90%; } /* metabox list table css */ .wp-list-table .column-thumb { width: 3% !important; } .wp-list-table .column-post_title { width: 22%; } .wp-list-table .column-sku { width: 10%; } .wp-list-table .column-attrib { width: 10%; } .wp-list-table .column-guid {width: 20%; } .wp-list-table .column-copy { width: 8%; } .wp-list-table .column-refresh { width: 13%; } @media screen and (max-width: 1300px) { .wp-list-table .column-thumb { display: none; } .wp-list-table .column-post_title { width: 10%; } .wp-list-table .column-sku { display: none; } .wp-list-table .column-attrib { display: none; } .wp-list-table .column-guid {width: 9%; } .wp-list-table .column-copy { width: 5%; } .wp-list-table .column-refresh { width: 6%; } } @media screen and (max-width: 782px) { span.ID { padding: 8px; } .cklph-wdl-input { width: 90%; } }