From cafc10f569016bcde1817bdc36099dd53a5c4168 Mon Sep 17 00:00:00 2001 From: aignatov-bio Date: Thu, 16 Jan 2020 11:10:51 +0100 Subject: [PATCH] Fix datetime picker --- app/assets/stylesheets/extend/bootstrap.scss | 7 +++++++ app/assets/stylesheets/repositories.scss | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/extend/bootstrap.scss b/app/assets/stylesheets/extend/bootstrap.scss index 7941ffea7..1efd6f5ed 100644 --- a/app/assets/stylesheets/extend/bootstrap.scss +++ b/app/assets/stylesheets/extend/bootstrap.scss @@ -143,3 +143,10 @@ } } } + + +.bootstrap-datetimepicker-widget { + .dow { + @include font-button; + } +} diff --git a/app/assets/stylesheets/repositories.scss b/app/assets/stylesheets/repositories.scss index a50fb6801..bc803e681 100644 --- a/app/assets/stylesheets/repositories.scss +++ b/app/assets/stylesheets/repositories.scss @@ -132,7 +132,7 @@ } .dataTables_scrollBody { - thead { + thead th#checkbox { opacity: 0; } }