mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
7 lines
251 B
CSS
7 lines
251 B
CSS
/* table */
|
|
.ComplexTableField { margin-bottom: 10px; }
|
|
.ComplexTableField tbody td { cursor: pointer; }
|
|
.ComplexTableField tbody td.markingcheckbox { cursor: default; }
|
|
|
|
.ui-dialog .ctf-dialog.ui-dialog-content { padding-right: 0; /* scrollbars */ }
|