BBnepal-Accounts/assets_admin/css/datatable/dt-custom.css

29 lines
476 B
CSS
Raw Normal View History

2024-07-10 12:43:19 +00:00
/********* For Datatable Export Button start*********/
button.dt-button {
border: none;
background: #032da1;
color: #fff;
padding: 3px 10px;
border-radius: 5px;
text-align: center;
margin: auto;
font-weight: bold;
}
button.dt-button span {
font-weight: 500;
}
button.dt-button:hover span {
color: #000;
font-weight: 500;
}
div.dt-buttons {
position: relative;
float: left;
margin: 0 16px;
}
/********* For Datatable Export Button end*********/