forked from extern/egroupware
Hide colselection button for historylog, it does nothing.
This commit is contained in:
parent
77a0076a45
commit
3d30080795
@ -85,6 +85,18 @@ div.et2_hbox_right {
|
|||||||
div.et2_hbox > div {
|
div.et2_hbox > div {
|
||||||
display: inline-block;
|
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
|
* Placeholder widget - used for un-implemented widgets
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user