1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00

Add box-shadow from right-menu-box (#3169)

This commit is contained in:
zxj96
2019-03-23 16:17:16 +08:00
committed by Daniel Pan
parent 2606155c99
commit 5ae424ce11

View File

@@ -15,6 +15,7 @@
background-clip: padding-box; background-clip: padding-box;
border: 1px solid rgba(0, 40, 100, 0.12); border: 1px solid rgba(0, 40, 100, 0.12);
border-radius: 3px; border-radius: 3px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
} }
.right-tree-item { .right-tree-item {
display: block; display: block;