diff --git a/script.js b/script.js index d53b498..c95675d 100644 --- a/script.js +++ b/script.js @@ -74,7 +74,7 @@ function displayTranslations(data, currentPage, itemsPerPage) { const icon = document.createElement('i'); itemContainer.id = 'verified'; - icon.classList.add('fa', 'fa-check', 'translation-icon', 'left-icon'); // Додати класи для значка галочки + icon.classList.add('fa', 'fa-question-circle-o', 'translation-icon', 'left-icon'); // Додати класи для значка галочки // Додати обробник подій для показу підказки при наведенні diff --git a/styles.css b/styles.css index 4573095..ce7436f 100644 --- a/styles.css +++ b/styles.css @@ -331,14 +331,14 @@ body, html { .custom-tooltip { position: absolute; - background-color: #297e4c; + background-color: #1d1b1e; color: #e6e6e6; padding: 15px; border-radius: 20px; z-index: 999; left: -50%; top: -10px; - transform: translateX(-31.5%) translateY(-49%); + transform: translateX(-31.5%) translateY(-48%); } .custom-tooltip .tooltip-content { @@ -349,9 +349,7 @@ body, html { word-wrap: break-word; /* Розділити слова, якщо вони не вміщаються */ } -i{ - color:#297e4c; -} + .concon{ display: flex;