forked from Mirrors/gomuks
web: add shadow for non-dimmed modals
This commit is contained in:
parent
497bc4e25a
commit
ddfdc7c32a
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ div.emoji-picker {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
|
||||||
|
|
||||||
div.emoji-category-bar {
|
div.emoji-category-bar {
|
||||||
/*height: 2.5rem;*/
|
/*height: 2.5rem;*/
|
||||||
|
|
|
@ -24,6 +24,7 @@ div.event-context-menu-extra {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: .5rem;
|
border-radius: .5rem;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Add table
Reference in a new issue