/* global coreui */
/**
* --------------------------------------------------------------------------
* CoreUI Boostrap Admin Template (v4.0.2): colors.js
* Licensed under MIT (https://coreui.io/license)
* --------------------------------------------------------------------------
*/
document.querySelectorAll('.theme-color').forEach(element => {
const color = getComputedStyle(element, null).getPropertyValue('background-color');
const table = document.createElement('table');
table.classList.add('w-100');
table.innerHTML = `
<table class="w-100">
<tr>
<td class="text-muted">HEX:</td>
<td class="font-weight-bold">${coreui.Utils.rgbToHex(color)}</td>
</tr>
<tr>
<td class="text-muted">RGB:</td>
<td class="font-weight-bold">${color}</td>
</tr>
</table>
`;
element.parentNode.appendChild(table);
});
//# sourceMappingURL=colors.js.map
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]