2206
редагувань
Admin (обговорення | внесок) (login v2.16: header max-width 99.75em як на головній) |
Admin (обговорення | внесок) (login v2.17: обмежити input-стилі тільки #userloginForm, не ламати пошук в хедері) |
||
| Рядок 1164: | Рядок 1164: | ||
padding: 0 !important; | padding: 0 !important; | ||
} | } | ||
body.mw-special-Userlogin .mw-input, | body.mw-special-Userlogin #userloginForm .mw-input, | ||
body.mw-special-Userlogin .cdx-text-input, | body.mw-special-Userlogin #userloginForm .cdx-text-input, | ||
body.mw-special-CreateAccount .mw-input, | body.mw-special-CreateAccount #userloginForm .mw-input, | ||
body.mw-special-CreateAccount .cdx-text-input { | body.mw-special-CreateAccount #userloginForm .cdx-text-input, | ||
body.mw-special-CreateAccount .mw-htmlform-codex .mw-input, | |||
body.mw-special-CreateAccount .mw-htmlform-codex .cdx-text-input { | |||
padding: 0 !important; | padding: 0 !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
| Рядок 1205: | Рядок 1207: | ||
/* Інпути — pill-style, soft fill, focus → білий + темний бордер */ | /* Інпути — pill-style, soft fill, focus → білий + темний бордер */ | ||
body.mw-special-Userlogin .cdx-text-input__input, | body.mw-special-Userlogin #userloginForm .cdx-text-input__input, | ||
body.mw-special-CreateAccount .cdx-text-input__input { | body.mw-special-CreateAccount #userloginForm .cdx-text-input__input, | ||
body.mw-special-CreateAccount .mw-htmlform-codex .cdx-text-input__input { | |||
background: #f4f6fa !important; | background: #f4f6fa !important; | ||
border: 1px solid transparent !important; | border: 1px solid transparent !important; | ||
| Рядок 1218: | Рядок 1221: | ||
font-family: "Manrope", sans-serif !important; | font-family: "Manrope", sans-serif !important; | ||
} | } | ||
body.mw-special-Userlogin .cdx-text-input__input:focus, | body.mw-special-Userlogin #userloginForm .cdx-text-input__input:focus, | ||
body.mw-special-CreateAccount .cdx-text-input__input:focus { | body.mw-special-CreateAccount #userloginForm .cdx-text-input__input:focus, | ||
body.mw-special-CreateAccount .mw-htmlform-codex .cdx-text-input__input:focus { | |||
background: #ffffff !important; | background: #ffffff !important; | ||
border-color: #1a2240 !important; | border-color: #1a2240 !important; | ||