summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/shared/gr-overlay/gr-overlay.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/shared/gr-overlay/gr-overlay.html')
-rw-r--r--polygerrit-ui/app/elements/shared/gr-overlay/gr-overlay.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/polygerrit-ui/app/elements/shared/gr-overlay/gr-overlay.html b/polygerrit-ui/app/elements/shared/gr-overlay/gr-overlay.html
index 1b59d355da..e94b655f9e 100644
--- a/polygerrit-ui/app/elements/shared/gr-overlay/gr-overlay.html
+++ b/polygerrit-ui/app/elements/shared/gr-overlay/gr-overlay.html
@@ -1,4 +1,5 @@
<!--
+@license
Copyright (C) 2016 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,7 +23,7 @@ limitations under the License.
<template>
<style include="shared-styles">
:host {
- background: #fff;
+ background: var(--dialog-background-color);
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
}
@@ -36,7 +37,7 @@ limitations under the License.
}
}
</style>
- <content></content>
+ <slot></slot>
</template>
<script src="gr-overlay.js"></script>
</dom-module>