Commit 3927b696 authored by Robert Lyon's avatar Robert Lyon
Browse files

Bug 1757254: Target the datepicker styles more directly



To avoid them overriding the same styles being used elsewhere

behatnotneeded

Change-Id: I092d841224a811b8a1f398b9fe2bf76e5e9a143d
Signed-off-by: default avatarRobert Lyon <robertl@catalyst.net.nz>
parent 3ada2266
Loading
Loading
Loading
Loading
+12 −42
Original line number Diff line number Diff line
@@ -410,45 +410,14 @@
    content: "\f073";
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.bootstrap-datetimepicker-widget {
    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

.bootstrap-datetimepicker-widget {
    &.dropdown-menu {
        font-size: $font-size-base - 2;
    }
        thead {
            text-transform: uppercase;
            color: $gray;
@@ -458,3 +427,4 @@
            }
        }
    }
}