diff options
author | 0neGal <mail@0negal.com> | 2023-05-07 00:52:39 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-05-07 00:59:38 +0200 |
commit | 0d7293cd5cdacd9c46bb637e367e969606031038 (patch) | |
tree | 91d6974fa5c3671f5cca4b7db98ee2f3f3d93ccf /src/app/main.css | |
parent | cfec36cbdf00b181e6560be15c6b341842894e00 (diff) | |
download | Viper-0d7293cd5cdacd9c46bb637e367e969606031038.tar.gz Viper-0d7293cd5cdacd9c46bb637e367e969606031038.zip |
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.
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |