2024-10-10
This commit is contained in:
92
web/bsadmin/assets/less/data-table.less
Normal file
92
web/bsadmin/assets/less/data-table.less
Normal file
@@ -0,0 +1,92 @@
|
||||
@import "variable.less"; // Variable.less
|
||||
.bootstrap-data-table-panel {
|
||||
.dataTables_filter {
|
||||
text-align: right;
|
||||
.form-control{
|
||||
margin-left: 10px;
|
||||
&:hover,&:focus{
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//[contenteditable]:hover,
|
||||
//input:hover,
|
||||
//[contenteditable]:focus,
|
||||
//input:focus {
|
||||
// background: transparent;
|
||||
// margin-left: 15px;
|
||||
//}
|
||||
|
||||
.dataTables_length {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.dt-buttons {
|
||||
margin-bottom: 15px;
|
||||
.dt-button {
|
||||
background-image: none;
|
||||
background: @white;
|
||||
color: @text;
|
||||
border-color: @border;
|
||||
margin-right: 10px;
|
||||
padding: 7px 20px;
|
||||
border-radius: 0px;
|
||||
&:hover:not(.disabled),
|
||||
&:focus,
|
||||
&.active {
|
||||
background-image: none;
|
||||
background: @primary;
|
||||
color: @white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
button.dt-button:hover:not(.disabled),
|
||||
div.dt-button:hover:not(.disabled),
|
||||
a.dt-button:hover:not(.disabled) {
|
||||
background-color: @primary;
|
||||
background-image: none;
|
||||
border: 1px solid @primary;
|
||||
box-shadow: none;
|
||||
color: @white;
|
||||
}
|
||||
|
||||
button.dt-button:focus:not(.disabled),
|
||||
div.dt-button:focus:not(.disabled),
|
||||
a.dt-button:focus:not(.disabled) {
|
||||
background-color: @primary;
|
||||
background-image: none;
|
||||
border: 1px solid @primary;
|
||||
box-shadow: none;
|
||||
color: @white;
|
||||
}
|
||||
|
||||
button.dt-button:active:hover:not(.disabled):not(.disabled),
|
||||
button.dt-button.active:hover:not(.disabled):not(.disabled),
|
||||
div.dt-button:active:hover:not(.disabled):not(.disabled),
|
||||
div.dt-button.active:hover:not(.disabled):not(.disabled),
|
||||
a.dt-button:active:hover:not(.disabled):not(.disabled),
|
||||
a.dt-button.active:hover:not(.disabled):not(.disabled) {
|
||||
background-color: @primary;
|
||||
background-image: none;
|
||||
border: 1px solid @primary;
|
||||
box-shadow: none;
|
||||
color: @white;
|
||||
}
|
||||
|
||||
button.dt-button:active:not(.disabled),
|
||||
button.dt-button.active:not(.disabled),
|
||||
div.dt-button:active:not(.disabled),
|
||||
div.dt-button.active:not(.disabled),
|
||||
a.dt-button:active:not(.disabled),
|
||||
a.dt-button.active:not(.disabled) {
|
||||
background-color: @primary;
|
||||
background-image: none;
|
||||
border: 1px solid @primary;
|
||||
box-shadow: none;
|
||||
color: @white;
|
||||
}
|
||||
Reference in New Issue
Block a user