Files
safekat/httpdocs/themes/focus2/scss/components/tables/_table-jsgrid.scss
2023-04-24 13:00:46 +02:00

26 lines
372 B
SCSS

.jsgrid-table{
.jsgrid-header-row{
& > .jsgrid-header-cell{
color: $dark;
}
}
& > tbody > tr > td{
padding: 1.2em;
}
.jsgrid-insert-row, .jsgrid-edit-row{
input, select{
border: 1px solid #DDDFE1;
}
}
}
.jsgrid .jsgrid-button{
border: 0 !important;
margin-left: 10px;
}