Browse Source

Rule for datetimepicker

Added rule that match with the template for datetimepicker
pull/504/head
William 8 years ago committed by GitHub
parent
commit
6e6abdfb49
  1. 7
      build/css/custom.css

7
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 **/

Loading…
Cancel
Save