GridFieldBulkEditingTools/client/src/styles/manager.scss

61 lines
902 B
SCSS
Raw Normal View History

.cms table.grid-field__table
2014-04-06 19:30:08 +02:00
{
tr.bulkManagerOptions
{
2018-02-27 12:49:51 +01:00
th
2014-04-06 19:30:08 +02:00
{
2018-02-27 12:49:51 +01:00
text-transform: none;
2014-04-06 19:30:08 +02:00
2018-02-27 12:49:51 +01:00
.bulkActionName
2014-04-06 19:30:08 +02:00
{
float: left;
.form__field-holder
{
min-width: 200px;
margin-left: 0;
}
2018-02-27 12:49:51 +01:00
.chosen-container
{
min-width: 120px;
}
.chosen-container-single .chosen-single
{
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
2014-04-06 19:30:08 +02:00
}
2018-02-27 12:49:51 +01:00
.doBulkActionButton
{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
2014-04-06 19:30:08 +02:00
2018-02-27 12:49:51 +01:00
height: 36px;
line-height: 26px;
margin-left: -1px;
2014-04-06 19:30:08 +02:00
2018-02-27 12:49:51 +01:00
img
{
height: 20px;
}
}
2018-02-27 12:49:51 +01:00
.bulkSelectAll
2014-04-06 19:30:08 +02:00
{
}
}
}// .bulkManagerOptions
tbody
{
.col-bulkSelect
{
width: 25px;
text-align: center;
}
}
}