T4596: Elastic: Fix color of the selection box in Find availability dialog
This commit is contained in:
parent
5894f77b7c
commit
7f2e073277
1 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue