libreoffice-online/browser/css/welcome.css
Pedro Pinto Silva 5709b49386 JS Dialogs: Fix regressions background and overlay color
- Make sure overlay stays an overlay and not a solid opaque color
- Make sure dialogs' background is white and not gray
  - Since they appear above the content they shouldn't be darker
- Also make sure Welcome dialog is not gray

related:
6f2be29ab7
4a5b3b6465
08a500e938

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I4fbaa3f79f7fb1c348b5fe0ef87e98f9007ce007
2022-03-14 12:21:40 +01:00

19 lines
427 B
CSS

.iframe-welcome-wrap {
position: absolute;
z-index: 1106;
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
}
.iframe-welcome-modal {
height: 512px;
width: 700px;
-webkit-box-shadow: 0 0 3px var(--color-box-shadow);
box-shadow: 0 0 3px var(--color-box-shadow);
border-width: 0;
border-radius: var(--border-radius-large);
background-color: var(--color-background-lighter);
}