css: Make modals more theme friendly
This commit is contained in:
parent
6e02b8dd50
commit
a1f5f1bf89
|
@ -62,7 +62,7 @@
|
|||
background-color: @gray;
|
||||
border: none;
|
||||
border-radius: 50%;
|
||||
color: white;
|
||||
color: @text-color;
|
||||
height: 1em;
|
||||
line-height: 1em;
|
||||
padding: 0;
|
||||
|
@ -98,7 +98,7 @@
|
|||
align-items: stretch;
|
||||
flex-direction: column;
|
||||
|
||||
background-color: white;
|
||||
background-color: @body-bg-color;
|
||||
border-radius: .5em;
|
||||
box-shadow: 0 0 2em 0 rgba(0, 0, 0, .6);
|
||||
flex: 1;
|
||||
|
|
Loading…
Reference in New Issue