Blur shadow and add small radius of context menu box
This commit is contained in:
parent
52708b2566
commit
b8ee886d0b
@ -1216,8 +1216,9 @@ button,
|
|||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
|
box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
|
||||||
border: 1px solid rgba(61, 70, 77, .1);
|
border: 1px solid rgba(0, 0, 0, .15);
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-menu-item:first-child {
|
.context-menu-item:first-child {
|
||||||
|
Loading…
Reference in New Issue
Block a user