From 6e6abdfb490f5d55b44898c2ba1e1ad9f3c4b707 Mon Sep 17 00:00:00 2001 From: William Date: Tue, 13 Jun 2017 15:02:25 -0500 Subject: [PATCH] Rule for datetimepicker Added rule that match with the template for datetimepicker --- build/css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/css/custom.css b/build/css/custom.css index 32e750f8..19f7b8f5 100644 --- a/build/css/custom.css +++ b/build/css/custom.css @@ -4242,3 +4242,10 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; } .dataTables_wrapper > .row{ overflow:auto !important; /*prevent datatables overflowing its container*/ } + +/** bootstrap-datetimepicker **/ +.input-group.date .input-group-addon{ + border-radius: 0px !important; + background-color: #ffff !important; +} +/** /bootstrap-datetimepicker **/