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/ui
diff options
context:
space:
mode:
authorAndrejs Griščenko <andrejs.griscenko@zabbix.com>2022-06-27 10:05:58 +0300
committerAndrejs Griščenko <andrejs.griscenko@zabbix.com>2022-06-27 10:05:58 +0300
commit8d0195297ca92dc19487dcc105e3580c9c0e2dba (patch)
tree36984423372c6c531e49b2a62f2f152af6665815 /ui
parent3bbf3e4b94056e3419977be9aa1657e7e2ea1f43 (diff)
..F....... [ZBX-21157] fixed warning message overlaying error message when cloning a host
Diffstat (limited to 'ui')
-rw-r--r--ui/assets/styles/blue-theme.css4
-rw-r--r--ui/assets/styles/dark-theme.css4
-rw-r--r--ui/assets/styles/hc-dark.css4
-rw-r--r--ui/assets/styles/hc-light.css4
4 files changed, 16 insertions, 0 deletions
diff --git a/ui/assets/styles/blue-theme.css b/ui/assets/styles/blue-theme.css
index 219753bdf71..be1b6fe0bb6 100644
--- a/ui/assets/styles/blue-theme.css
+++ b/ui/assets/styles/blue-theme.css
@@ -4826,6 +4826,10 @@ button[disabled], button[disabled]:hover, button[disabled]:active {
.overlay-dialogue-body {
margin: 0 0 25px;
white-space: nowrap; }
+ .overlay-dialogue-body > .msg-bad,
+ .overlay-dialogue-body > .msg-good,
+ .overlay-dialogue-body > .msg-warning {
+ z-index: 5; }
.overlay-dialogue-body .debug-output {
margin: 10px 0 0; }
diff --git a/ui/assets/styles/dark-theme.css b/ui/assets/styles/dark-theme.css
index 8ea81b93bdd..7f700398107 100644
--- a/ui/assets/styles/dark-theme.css
+++ b/ui/assets/styles/dark-theme.css
@@ -4837,6 +4837,10 @@ button[disabled], button[disabled]:hover, button[disabled]:active {
.overlay-dialogue-body {
margin: 0 0 25px;
white-space: nowrap; }
+ .overlay-dialogue-body > .msg-bad,
+ .overlay-dialogue-body > .msg-good,
+ .overlay-dialogue-body > .msg-warning {
+ z-index: 5; }
.overlay-dialogue-body .debug-output {
margin: 10px 0 0; }
diff --git a/ui/assets/styles/hc-dark.css b/ui/assets/styles/hc-dark.css
index 152425834a5..4a5445b5787 100644
--- a/ui/assets/styles/hc-dark.css
+++ b/ui/assets/styles/hc-dark.css
@@ -4792,6 +4792,10 @@ button[disabled], button[disabled]:hover, button[disabled]:active {
.overlay-dialogue-body {
margin: 0 0 25px;
white-space: nowrap; }
+ .overlay-dialogue-body > .msg-bad,
+ .overlay-dialogue-body > .msg-good,
+ .overlay-dialogue-body > .msg-warning {
+ z-index: 5; }
.overlay-dialogue-body .debug-output {
margin: 10px 0 0; }
diff --git a/ui/assets/styles/hc-light.css b/ui/assets/styles/hc-light.css
index 7222a2654c9..6ec4fe36e7e 100644
--- a/ui/assets/styles/hc-light.css
+++ b/ui/assets/styles/hc-light.css
@@ -4792,6 +4792,10 @@ button[disabled], button[disabled]:hover, button[disabled]:active {
.overlay-dialogue-body {
margin: 0 0 25px;
white-space: nowrap; }
+ .overlay-dialogue-body > .msg-bad,
+ .overlay-dialogue-body > .msg-good,
+ .overlay-dialogue-body > .msg-warning {
+ z-index: 5; }
.overlay-dialogue-body .debug-output {
margin: 10px 0 0; }