Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-03-20 12:39:25 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-03-20 12:57:04 +0300
commit110a50cce21b3f49001dfe078e4a249a00339476 (patch)
treebe7f25674827bd71c527d7992d36388d43cc27fa /sass
parent0e26d5983e04c655b47bfa9c81815f202472b73b (diff)
..F....... [ZBX-12867] reworked problem event popup of problems widget to load data only on mouse hover and click
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/screen.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 5e22d0f105b..bd032772553 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -5605,7 +5605,8 @@ span {
}
}
-.menu-popup-preloader {
+.menu-popup-preloader,
+.hintbox-preloader {
background: $preloader-bg-color;
border: 1px solid $action-border-color;
box-shadow: 0 4px 20px 0 $action-shadow-color;
@@ -5621,6 +5622,10 @@ span {
}
}
+.hintbox-preloader {
+ position: absolute;
+}
+
$browser-logos: (
chrome: 0 0,
ff: -66px 0,