mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-04 02:45:53 +08:00
Fix protocol management filter display (css)
This commit is contained in:
parent
b324a2dab3
commit
4cdfe67115
1 changed files with 20 additions and 5 deletions
|
@ -500,12 +500,27 @@ a[data-toggle="tooltip"] {
|
|||
}
|
||||
}
|
||||
|
||||
.protocols-datatable table {
|
||||
tbody tr.selected {
|
||||
& > td:nth-child(3), td:nth-child(4) {
|
||||
color: $color-emperor;
|
||||
& a {
|
||||
.protocols-datatable {
|
||||
.dataTables_wrapper {
|
||||
margin-top: 15px;
|
||||
clear: both;
|
||||
|
||||
.dataTables_length {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dataTables_filter {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
tbody tr.selected {
|
||||
& > td:nth-child(3), td:nth-child(4) {
|
||||
color: $color-emperor;
|
||||
& a {
|
||||
color: $color-emperor;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue