Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/datepicker #5004

Merged
merged 13 commits into from
Aug 14, 2019
2 changes: 1 addition & 1 deletion .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ app/assets/v2/css/jquery.select2.min.css
app/assets/v2/css/bootstrap.min.css
app/assets/v2/js/lib/tweenlite.js
app/assets/v2/js/abi.js
app/assets/v2/css/highlight_github.css
app/assets/v2/css/lib/*
9 changes: 9 additions & 0 deletions app/assets/v2/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1580,3 +1580,12 @@ div.busyOverlay {
.inner-tooltip {
pointer-events: none;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
background-color: #3E00FF !important;
}

.daterangepicker .ranges li.active {
background-color: #5b24ff !important;
}
5 changes: 0 additions & 5 deletions app/assets/v2/css/bounty.css
Original file line number Diff line number Diff line change
Expand Up @@ -879,11 +879,6 @@ a.btn {
.rocket {
right: 11rem;
}

#extend_deadline {
min-width: 40rem;
max-width: 0;
}
}

@media (max-width: 1024px) {
Expand Down
Loading