uppdated modules

This commit is contained in:
Bachir Soussi Chiadmi
2017-01-22 16:19:36 +01:00
parent 03be8f82aa
commit 8416e3eea1
748 changed files with 32317 additions and 20900 deletions
@@ -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;
}