mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
adjust button group (#3147)
This commit is contained in:
@@ -3,8 +3,13 @@
|
||||
margin-left: -9px;
|
||||
padding: 4px 15px;
|
||||
border: 1px solid #ccc;
|
||||
border-top-right-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
border-top-right-radius: 2px !important;
|
||||
border-bottom-right-radius: 2px !important;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
width: 46px;
|
||||
}
|
||||
.dirents-more-menu:hover {
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user