T4596: Elastic: Fix color of the selection box in Find availability dialog

This commit is contained in:
Aleksander Machniak 2018-11-30 11:36:20 +00:00
parent 5894f77b7c
commit 7f2e073277

View file

@ -1707,11 +1707,10 @@ body.task-calendar {
#schedule-event-time { #schedule-event-time {
position: absolute; position: absolute;
opacity: .75;
border-radius: .3rem; border-radius: .3rem;
cursor: move; cursor: move;
border: 2px solid @color-black-shade-text; border: 2px solid #444;
background-color: @color-black-shade-bg; background-color: rgba(0, 0, 0, .3);
} }
.resources-dialog { .resources-dialog {