mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
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 {
|
||||
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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user