From 0d7293cd5cdacd9c46bb637e367e969606031038 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sun, 7 May 2023 00:52:39 +0200 Subject: added hover tooltips They're pretty simple to use, and automatically make themselves fit on screen, on top of automatically disappearing and appearing of course. I've used them a few places now, and not sure where else they can be used, there are of course localization strings that need, well, localization, and I'll create a PR for this on a later date. --- src/app/main.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/main.css') diff --git a/src/app/main.css b/src/app/main.css index d76afdf..fa2fff2 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -2,6 +2,7 @@ @import "css/dragui.css"; @import "css/toasts.css"; @import "css/popups.css"; +@import "css/tooltip.css"; @import "css/theming.css"; @import "css/launcher.css"; -- cgit v1.2.3