diff --git a/static/style.css b/static/style.css index 13cd1c9..73b46ba 100644 --- a/static/style.css +++ b/static/style.css @@ -2765,18 +2765,39 @@ select:focus { } } .tooltip { - display: inline-flex; - align-items: center; - justify-content: center; - margin-left: 6px; - width: 16px; - height: 16px; - border-radius: 50%; + position: relative; + color: #6366f1; +} + +.tooltip-text { + visibility: hidden; + opacity: 0; + + position: absolute; + bottom: 130%; + left: 50%; + transform: translateX(-50%); + + width: 260px; + background: #6366f1; - color: white; - font-size: 11px; - cursor: help; - font-weight: 700; + color: #ffffff; + + padding: 8px 10px; + border-radius: 8px; + + font-size: 0.8rem; + line-height: 1.4; + font-weight: 400; + + z-index: 1000; + + transition: opacity 0.2s ease; +} + +.tooltip:hover .tooltip-text { + visibility: visible; + opacity: 1; } .form-hint { diff --git a/templates/index.html b/templates/index.html index 18537b9..fd202c8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -397,9 +397,11 @@

Find Your Next Project

@@ -413,7 +415,6 @@

Find Your Next Project

- Find Your Next Project
- +

@@ -476,9 +477,11 @@

Find Your Next Project

@@ -504,9 +507,11 @@

Find Your Next Project