Перейти до вмісту

MediaWiki:Common.css: відмінності між версіями

search icon — fix vertical centering after scale
(search v3 — restrained focus (black border, no shadow), smaller icon, ghost button)
(search icon — fix vertical centering after scale)
Рядок 200: Рядок 200:
.cdx-typeahead-search .cdx-text-input__start-icon {
.cdx-typeahead-search .cdx-text-input__start-icon {
   left: 12px !important;
   left: 12px !important;
  top: 50% !important;
   opacity: 0.5;
   opacity: 0.5;
   transform: scale(0.8);
   transform: translateY(-50%) scale(0.8) !important;
   transform-origin: left center;
   transform-origin: left center;
}
}