Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Darker background for dark mode
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jun 23, 2020
commit dc62eb086d42d578a85fd4bc912d7514f878325b
4 changes: 4 additions & 0 deletions core/src/jquery/css/jquery.ocdialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
height: 100%;
}

body.dark .oc-dialog-dim {
opacity: .8;
}

.oc-dialog-content {
width: 100%;
max-width: 550px;
Expand Down