commitall
This commit is contained in:
1
assets_admin/css/datatable/buttons.dataTables.min.css
vendored
Normal file
1
assets_admin/css/datatable/buttons.dataTables.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
28
assets_admin/css/datatable/dt-custom.css
Normal file
28
assets_admin/css/datatable/dt-custom.css
Normal file
@@ -0,0 +1,28 @@
|
||||
/********* 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*********/
|
Reference in New Issue
Block a user