MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 457: Line 457:
.mw-parser-output > .bc-hero:first-child {
.mw-parser-output > .bc-hero:first-child {
     margin-top: 0 !important;
     margin-top: 0 !important;
}
/* Make InputBox search match hero styling */
.bc-hero-search .mw-inputbox-input {
    width: 100% !important;
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.10);
    color: #fff;
    padding: 0 14px;
    outline: none;
}
.bc-hero-search .mw-inputbox-input::placeholder {
    color: rgba(255,255,255,.70);
}
.bc-hero-search .mw-inputbox-button {
    height: 46px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.16);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}
.bc-hero-search .mw-inputbox-button:hover {
    background: rgba(255,255,255,.22);
    border-color: rgba(255,255,255,.30);
}
}