summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/change/gr-included-in-dialog/gr-included-in-dialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/change/gr-included-in-dialog/gr-included-in-dialog.html')
-rw-r--r--polygerrit-ui/app/elements/change/gr-included-in-dialog/gr-included-in-dialog.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/polygerrit-ui/app/elements/change/gr-included-in-dialog/gr-included-in-dialog.html b/polygerrit-ui/app/elements/change/gr-included-in-dialog/gr-included-in-dialog.html
index c3d5808cbf..b824f1c249 100644
--- a/polygerrit-ui/app/elements/change/gr-included-in-dialog/gr-included-in-dialog.html
+++ b/polygerrit-ui/app/elements/change/gr-included-in-dialog/gr-included-in-dialog.html
@@ -1,4 +1,5 @@
<!--
+@license
Copyright (C) 2018 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,14 +23,15 @@ limitations under the License.
<template>
<style include="shared-styles">
:host {
+ background-color: var(--dialog-background-color);
display: block;
max-height: 80vh;
overflow-y: auto;
padding: 4.5em 1em 1em 1em;
}
header {
- background: #fff;
- border-bottom: 1px solid #cdcdcd;
+ background-color: var(--dialog-background-color);
+ border-bottom: 1px solid var(--border-color);
left: 0;
padding: 1em;
position: absolute;
@@ -57,8 +59,9 @@ limitations under the License.
margin-bottom: 1em;
}
ul li {
+ border: 1px solid var(--border-color);
border-radius: .2em;
- background: #eee;
+ background: var(--chip-background-color);
display: inline-block;
margin: 0 .2em .4em .2em;
padding: .2em .4em;