mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 07:08:55 +00:00
fix-style (#2594)
This commit is contained in:
@@ -9,10 +9,11 @@
|
||||
border: 1px solid rgba(0,0,0,.2);
|
||||
border-radius: .3rem;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 5px #aaaaaa;
|
||||
}
|
||||
.review-comment-dialog-triangle {
|
||||
position: absolute;
|
||||
left: -6px;
|
||||
left: -5px;
|
||||
top: 50%;
|
||||
transform: rotate(45deg);
|
||||
border: 1px solid rgba(0,0,0,.2);
|
||||
@@ -21,7 +22,8 @@
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
z-index: 1001;
|
||||
background-color: #fff;
|
||||
background-color: #fafafa;
|
||||
box-shadow: -1px 1px #aaaaaa;
|
||||
}
|
||||
.review-comment-dialog textarea {
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user