MediaWiki:Vector.css: Difference between revisions

m
no edit summary
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 1,515: Line 1,515:
   color: #6c64b5;
   color: #6c64b5;
}
}
.vector-search-box-input {
.suggestions {
   background-color:rgba(255,255,255,0.5);
   overflow:hidden;
   color:#000000;
  position:absolute;
   width:100%;
  top:0;
   height:2.15384615em;
   left:0;
   box-sizing:border-box;
   width:0;
  border:0;
   z-index:1099;
  padding:0;
  margin:-1px 0 0 0
}
.suggestions-special {
  position:relative;
   background-color:#fff;
  cursor:pointer;
   border:1px solid #a2a9b1;
   border:1px solid #a2a9b1;
   border-radius:2px;
   margin:0;
   padding:5px 2.15384615em 5px 0.4em;
  margin-top:-2px;
   box-shadow:inset 0 0 0 1px transparent;
  display:none;
   font-family:Rodin;
   padding:0.25em 0.25em;
   font-size:0.8125em;
   line-height:1.25em
   direction:ltr;
}
   transition-property:border-color,box-shadow;
.suggestions-results {
   transition-duration:250ms;
  background-color:#fff;
   -webkit-appearance:none;
  cursor:pointer;
   -moz-appearance:textfield
  border:1px solid #a2a9b1;
  padding:0;
  margin:0
}
.suggestions-result {
  color:#000;
  margin:0;
   line-height:1.5em;
   padding:0.01em 0.25em;
  text-align:left;
   overflow:hidden;
   text-overflow:ellipsis;
  white-space:nowrap
}
.suggestions-result-current {
  background-color:#2a4b8d;
  color:#fff
}
.suggestions-special .special-label {
  color:#72777d;
   text-align:left
}
.suggestions-special .special-query {
  color:#000;
   font-style:italic;
  text-align:left
}
.suggestions-special .special-hover {
   background-color:#c8ccd1
}
.suggestions-result-current .special-label,
.suggestions-result-current .special-query {
  color:#fff
}
.highlight {
  /*! font-weight:bold; */
}
}