datepicker UI fixes + small landing page UI fix

This commit is contained in:
Drewster727 2016-06-08 11:00:33 -05:00
commit 7e92705633
7 changed files with 42 additions and 5 deletions

View file

@ -294,3 +294,13 @@ label {
margin-right: 15px;
margin-left: 15px; }
.bootstrap-datetimepicker-widget.dropdown-menu {
background-color: #4e5d6c; }
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
border-bottom: 6px solid #df691a !important; }
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
color: #fff !important; }