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-07-08 12:34:51 +0300
committerDace Petra <dace.petra@zabbix.com>2022-07-08 12:34:51 +0300
commitecf5c53725b806f2461eeb692bf022bc488f413e (patch)
treed72bd5e51344573ac44e61c88925f42eba20df74 /ui
parent995140d302cbcca48694ef837723a0a15feffea2 (diff)
parent0fa6849f6c4e5b3e90d14cfcd2d80ea296eba468 (diff)
..F....... [ZBX-20978] fixed trigger popover layout error in high-contrast themes
Merge in ZBX/zabbix from feature/ZBX-20978-6.0 to release/6.0 * commit '0fa6849f6c4e5b3e90d14cfcd2d80ea296eba468': ..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 66649a00e2e..6e9c33f7022 100644
--- a/ui/assets/styles/hc-dark.css
+++ b/ui/assets/styles/hc-dark.css
@@ -7359,6 +7359,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 bf25058d265..bd628902053 100644
--- a/ui/assets/styles/hc-light.css
+++ b/ui/assets/styles/hc-light.css
@@ -7295,6 +7295,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; }