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