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:
authorDace Petra <dace.petra@zabbix.com>2022-06-27 16:11:10 +0300
committerDace Petra <dace.petra@zabbix.com>2022-06-27 16:11:10 +0300
commit0fa6849f6c4e5b3e90d14cfcd2d80ea296eba468 (patch)
treec5520ab8c2cc4d6e42e2373a68e79da83ab4b654 /ui
parentc56144ede3397441c988dd62ac998846c4377350 (diff)
..F....... [ZBX-20978] fixed trigger popover layout error in high-contrast themes
Diffstat (limited to 'ui')
-rw-r--r--ui/assets/styles/hc-dark.css5
-rw-r--r--ui/assets/styles/hc-light.css5
2 files changed, 10 insertions, 0 deletions
diff --git a/ui/assets/styles/hc-dark.css b/ui/assets/styles/hc-dark.css
index 152425834a5..19aaf0c40f3 100644
--- a/ui/assets/styles/hc-dark.css
+++ b/ui/assets/styles/hc-dark.css
@@ -7355,6 +7355,11 @@ z-select button.focusable:focus,
.list-table.compact-view td .icon-wizard-action {
background: transparent url("../img/icon-sprite.svg?20211222") no-repeat -318px -624px; }
+.overlay-dialogue .list-table th:first-child {
+ padding-left: 0px; }
+.overlay-dialogue .list-table td:first-child {
+ padding-left: 42px; }
+
.filter-highlight-row-cb {
display: none; }
diff --git a/ui/assets/styles/hc-light.css b/ui/assets/styles/hc-light.css
index 7222a2654c9..3402b365ced 100644
--- a/ui/assets/styles/hc-light.css
+++ b/ui/assets/styles/hc-light.css
@@ -7291,6 +7291,11 @@ z-select button.focusable:focus,
.list-table.compact-view td .icon-wizard-action {
background: transparent url("../img/icon-sprite.svg?20211222") no-repeat -165px -624px; }
+.overlay-dialogue .list-table th:first-child {
+ padding-left: 0px; }
+.overlay-dialogue .list-table td:first-child {
+ padding-left: 42px; }
+
.filter-highlight-row-cb {
display: none; }