Archive: Namaste PHP AMQP framework v1.0 (2017-2020)
952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
This commit is contained in:
40
html/sass/mdb/pro/_autocomplete.scss
Executable file
40
html/sass/mdb/pro/_autocomplete.scss
Executable file
@@ -0,0 +1,40 @@
|
||||
/***************
|
||||
MDB Autocomplete
|
||||
***************/
|
||||
.mdb-autocomplete {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.mdb-autocomplete-clear {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
right: 0;
|
||||
top: 0.85rem;
|
||||
background: transparent;
|
||||
border: none;
|
||||
svg {
|
||||
fill: #a6a6a6;
|
||||
}
|
||||
}
|
||||
|
||||
.mdb-autocomplete-wrap {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: #fff;
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
|
||||
z-index: 100;
|
||||
max-height: 210px;
|
||||
overflow-y: auto;
|
||||
padding-left: 0;
|
||||
list-style-type: none;
|
||||
li {
|
||||
cursor: pointer;
|
||||
padding: 12px 15px;
|
||||
font-size: 0.875rem;
|
||||
&:hover {
|
||||
background: rgb(238, 238, 238);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user