Files
crm.clientright.ru/libraries/jquery/handsontable/extensions/jquery.handsontable.removeRow.css

30 lines
679 B
CSS
Raw Normal View History

/**
* Handsontable RemoveRow extension. See `demo/buttons.html` for example usage
*/
.handsontable.htRemoveRow th.htRemoveRow {
min-width: 15px;
}
.handsontable.htRemoveRow th.htRemoveRow div.minWidthProblemFix {
width: 15px;
}
.handsontable.htRemoveRow tr:first-child th.htRemoveRow,
.handsontable.htRemoveRow tr:first-child td.htRemoveRow {
border-top: 1px solid #FFF;
}
.handsontable.htRemoveRow th.htRemoveRow .btn {
background-color: #BBB;
border-radius: 9px;
padding: 0 4px 0 4px;
color: #FFF;
cursor: pointer;
font-size: 12px;
font-weight: bold;
display: none;
}
.handsontable.htRemoveRow th.htRemoveRow .btn:hover {
background-color: #777;
}