From 3d30080795fef91755f52a3c6dcf4bca1b92fc74 Mon Sep 17 00:00:00 2001 From: nathangray Date: Fri, 1 Nov 2019 11:28:47 -0600 Subject: [PATCH] Hide colselection button for historylog, it does nothing. --- api/templates/default/etemplate2.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 9019eee1b0..d1f80c3969 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -85,6 +85,18 @@ div.et2_hbox_right { div.et2_hbox > div { display: inline-block; } + +/** + * History log widget, most comes from the gridview + */ +/* Turn off column button, it does nothing */ +.et2_historylog table.egwGridView_outer thead tr th.optcol:hover { + cursor: inherit; +} +.et2_historylog table.egwGridView_outer thead tr th.optcol span.selectcols { + background: inherit; +} + /** * Placeholder widget - used for un-implemented widgets */