From 0fa6849f6c4e5b3e90d14cfcd2d80ea296eba468 Mon Sep 17 00:00:00 2001 From: Dace Petra Date: Mon, 27 Jun 2022 16:11:10 +0300 Subject: ..F....... [ZBX-20978] fixed trigger popover layout error in high-contrast themes --- ui/assets/styles/hc-dark.css | 5 +++++ ui/assets/styles/hc-light.css | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'ui') 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; } -- cgit v1.2.3