FIX: background color of popup dialog
Change-Id: I2ff95a45cac40be3ceb3920739a86833ac730898 (cherry picked from commit 9fdefaa7f97b70fb6c74d75ef133d5b7a677c63a)
This commit is contained in:
parent
e54f3a75d4
commit
b29404febf
|
@ -113,9 +113,10 @@
|
||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
border: 1px solid #000;
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #fff;
|
background-color: inherit;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 200px;
|
top: 200px;
|
||||||
|
|
|
@ -80,9 +80,10 @@ input
|
||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
border: 1px solid #000;
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #fff;
|
background-color: inherit;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 200px;
|
top: 200px;
|
||||||
|
|
|
@ -80,9 +80,10 @@ input
|
||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
border: 1px solid #000;
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #fff;
|
background-color: inherit;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 200px;
|
top: 200px;
|
||||||
|
|
|
@ -135,9 +135,10 @@
|
||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
border: 1px solid #000;
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #fff;
|
background-color: inherit;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 200px;
|
top: 200px;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
*
|
*
|
||||||
{
|
{
|
||||||
color: #efeff0;
|
color: #efeff0;
|
||||||
|
border-color: #B9B9BC;
|
||||||
}
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
|
|
Loading…
Reference in New Issue