Styling for show/hide columns

This commit is contained in:
Friedrich Lindenberg
2012-02-14 16:30:04 +01:00
parent 7d06754a2f
commit 7e79d39f8d
3 changed files with 7 additions and 6 deletions

View File

@@ -515,12 +515,12 @@ td.expression-preview-value {
* Read-only mode
*********************************************************/
/*.read-only .data-table tr td:first-child,
.read-only .data-table tr th:first-child
.read-only .no-hidden .data-table tr td:first-child,
.read-only .no-hidden .data-table tr th:first-child
{
display: none;
}
*/
.read-only .write-op,
.read-only a.data-table-cell-edit