You've already forked lubo_comment_query
简易输入提示
This commit is contained in:
39
resources/css/vendor/picomplete/picomplete.css
vendored
Normal file
39
resources/css/vendor/picomplete/picomplete.css
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
.picomplete {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.picomplete-items {
|
||||
position: absolute;
|
||||
border: 1px solid #d4d4d4;
|
||||
border-bottom: none;
|
||||
border-top: none;
|
||||
z-index: 99;
|
||||
|
||||
overflow-y: scroll;
|
||||
max-height: 185px;
|
||||
scrollbar-width: thin !important;
|
||||
}
|
||||
|
||||
.picomplete-items div {
|
||||
padding: 3px 10px 3px 10px;
|
||||
cursor: pointer;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #d4d4d4;
|
||||
}
|
||||
|
||||
.picomplete-items div:hover {
|
||||
background-color: #e9e9e9;
|
||||
}
|
||||
|
||||
.picomplete-items::-webkit-scrollbar {
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
.picomplete-items::-webkit-scrollbar-track {
|
||||
background: whitesmoke;
|
||||
}
|
||||
|
||||
.picomplete-items::-webkit-scrollbar-thumb {
|
||||
background: grey;
|
||||
}
|
Reference in New Issue
Block a user