uppdated modules
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
cursor: default;
|
||||
background: white;
|
||||
border-bottom: 1px solid #bfbfbf;
|
||||
z-index: 10;
|
||||
max-height: 330px;
|
||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* Visually indicate that results are in the topmost layer */
|
||||
}
|
||||
|
||||
/* Groups */
|
||||
@@ -82,3 +85,13 @@
|
||||
.better-autocomplete > .result.highlight > p {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* ARIA */
|
||||
|
||||
.better-autocomplete-aria {
|
||||
position: absolute !important;
|
||||
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
overflow: hidden;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user