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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user