Module: check_mk
Branch: master
Commit: 020d2bf806c53e10811141ac5a4c4da3d233157a
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=020d2bf806c53e…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Jan 10 11:31:13 2019 +0100
Fixed screenshot mode in facelift theme
removed gray background between columns of multi columned
service or host table
---
web/htdocs/themes/facelift/theme.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/web/htdocs/themes/facelift/theme.css b/web/htdocs/themes/facelift/theme.css
index 7225f34..358fd94 100644
--- a/web/htdocs/themes/facelift/theme.css
+++ b/web/htdocs/themes/facelift/theme.css
@@ -312,6 +312,8 @@ table {
table.data tr td.gap {
background: #f0f2f4;
border: 1px solid #f0f2f4; }
+ .screenshotmode table.data tr td.gap {
+ background: white; border-style: none; }
table.data tr th a.toggle_actions img, table.data tr th body.main .popup_menu
span.toggle_actions img, body.main .popup_menu table.data tr th span.toggle_actions img {
filter: invert(100%); }
table.data tr.notification_context table {