mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Fix datetime picker
This commit is contained in:
parent
2cb167ba7a
commit
cafc10f569
2 changed files with 8 additions and 1 deletions
7
app/assets/stylesheets/extend/bootstrap.scss
vendored
7
app/assets/stylesheets/extend/bootstrap.scss
vendored
|
@ -143,3 +143,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.bootstrap-datetimepicker-widget {
|
||||
.dow {
|
||||
@include font-button;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
}
|
||||
|
||||
.dataTables_scrollBody {
|
||||
thead {
|
||||
thead th#checkbox {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue