MediaWiki:Common.css: Difference between revisions

Undo revision 1064 by Chandrashekars (talk)
Tag: Undo
No edit summary
Line 595: Line 595:
}
}
.vector-search-box {
.vector-search-box {
   max-width: 420px;
   width: 300px;
}
}
/* ===== Prevent header shifting on search ===== */
/* ===== Prevent header shifting on search ===== */
Line 645: Line 645:
.cdx-menu-item:hover {
.cdx-menu-item:hover {
   background: #f1f3f4 !important;
   background: #f1f3f4 !important;
}
/* Input text color */
.cdx-text-input__input {
  color: #ffffff !important;
}
/* When typing */
.cdx-text-input__input:focus {
  background: rgba(255,255,255,0.18) !important;
}
}
/* Disable auto expand behavior */
/* Disable auto expand behavior */