Hide colselection button for historylog, it does nothing.

This commit is contained in:
nathangray 2019-11-01 11:28:47 -06:00
parent 77a0076a45
commit 3d30080795

View File

@ -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
*/