Fix tooltip ridiculous border radius

[no-build]
This commit is contained in:
Ilia Ross 2025-05-14 23:38:18 +03:00
parent bff5837cc0
commit 41d27ec4b4
No known key found for this signature in database
GPG Key ID: 121E166DD9C821AB

View File

@ -277,7 +277,7 @@ td:not(:hover) .ui_link_help {
color: white;
background: black;
padding: 4px 8px;
border-radius: 50px;
border-radius: 2px;
opacity: 0;
visibility: none;
text-align: center;