Use --dialog-background-color in more dialogs
Also removes an extra border in the reply dialog. Change-Id: I5726cae3b4095bdfc7b0647e788923f11d981df4
This commit is contained in:
@@ -23,13 +23,13 @@ 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: var(--view-background-color);
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
left: 0;
|
||||
padding: 1em;
|
||||
|
@@ -38,6 +38,7 @@ limitations under the License.
|
||||
<template>
|
||||
<style include="shared-styles">
|
||||
:host {
|
||||
background-color: var(--dialog-background-color);
|
||||
display: block;
|
||||
max-height: 100%;
|
||||
}
|
||||
@@ -59,7 +60,7 @@ limitations under the License.
|
||||
width: 100%;
|
||||
}
|
||||
.actions {
|
||||
background-color: var(--view-background-color);
|
||||
background-color: var(--dialog-background-color);
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -75,6 +76,7 @@ limitations under the License.
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.peopleContainer {
|
||||
border-top: none;
|
||||
display: table;
|
||||
}
|
||||
.peopleList {
|
||||
|
Reference in New Issue
Block a user