Adjust the CSS a bit for displaying the pull box in the repo view
This commit is contained in:
parent
e273dca4b4
commit
9003670826
1 changed files with 2 additions and 0 deletions
|
@ -2227,6 +2227,8 @@ p.editable:hover i {
|
||||||
margin-right: -3px;
|
margin-right: -3px;
|
||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
border-top-left-radius: 4px;
|
||||||
|
border-bottom-left-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repo .pull-container .pull-selector i {
|
.repo .pull-container .pull-selector i {
|
||||||
|
|
Reference in a new issue