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 {
|
||||
position: absolute;
|
||||
opacity: .75;
|
||||
border-radius: .3rem;
|
||||
cursor: move;
|
||||
border: 2px solid @color-black-shade-text;
|
||||
background-color: @color-black-shade-bg;
|
||||
border: 2px solid #444;
|
||||
background-color: rgba(0, 0, 0, .3);
|
||||
}
|
||||
|
||||
.resources-dialog {
|
||||
|
|
Loading…
Add table
Reference in a new issue