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

fix-group-style (#2752)

This commit is contained in:
Michael An
2019-01-05 15:23:53 +08:00
committed by Daniel Pan
parent 807a4c49a4
commit 8673ab0fd9
4 changed files with 65 additions and 76 deletions

View File

@@ -753,6 +753,8 @@ ul,ol,li {
.sf-popover-list {
border-top: 1px solid #e3e3e5;
list-style: none;
margin-top: 5px;
padding-top: 5px;
}
a.sf-popover-item {
display:block;
@@ -760,8 +762,8 @@ a.sf-popover-item {
font-weight:normal;
line-height:31px;
text-decoration:none;
padding:0 10px;
margin:5px -10px;
padding: 5px 10px;
margin: 0px -10px;
}
a.sf-popover-item:hover {
background-color: #f8f8f8;