Skip to content

Commit

Permalink
fix interface
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Jan 12, 2024
1 parent 90a2ad4 commit 133a511
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/code/interface.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,20 @@
MENU IMPROVEMENTS
********************************************/

/*
.absolute-modal[data-modal-name] {
}
*/

.absolute.rounded-md.shadow-lg.absolute-modal {
width: 800px !important;
max-width: 100% !important;
border: 3px solid var(--bg-color-1);
max-height: 500px !important;
height: fit-content !important;
background-color: var(--ls-secondary-background-color);
}

.menu-link {
background-color: var(--bg-color-1);
}
Expand All @@ -45,6 +52,7 @@
border-color: var(--bg-color-2);
}

#ui__ac-inner .menu-link.chosen,
.menu-link.chosen {
background-color: hsl(var(--cl-primary), 0.15);
}
Expand Down Expand Up @@ -466,6 +474,13 @@ button.bg-primary\/90:hover {
cursor: pointer;
}

div .time-repeater,
div .datepicker,
div .rc-datepicker-wrapper,
div #date-time-picker {
background-color: var(--ls-secondary-background-color);
}

/*****************************************************************************
* Plugins
* ***************************************************************************/
Expand Down

0 comments on commit 133a511

Please sign in to comment.