diff --git a/css/styles.css b/css/styles.css index 80e516a..279547b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -309,20 +309,30 @@ html[lang="en"] .tooltip-icon:hover::after { .error-icon { display: none; - font-size: 14px; + width: 16px; + height: 16px; + background-color: #000000; + color: #FFFFFF; + text-align: center; + line-height: 16px; + font-family: 'Courier New', monospace; + font-size: 12px; font-weight: bold; - line-height: 1; cursor: help; user-select: none; } +.error-icon:hover { + background-color: #0000FF; +} + .error-icon:hover::after { content: attr(data-tooltip); position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); - background-color: #FF0000; + background-color: #000000; color: #FFFFFF; padding: 8px 12px; font-size: 11px; diff --git a/index.html b/index.html index 32c1d8e..06dee5d 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ - +
@@ -45,28 +45,28 @@ - +
- +
- +
- +
@@ -79,14 +79,13 @@ -
- +
@@ -95,13 +94,13 @@
- +
- +