MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,034:
display: flex !important;
align-items: center !important;
}
/* 8. Composer border: dark gray instead of blue on focus */
.ext-aiassistant-prompt-composer__input:focus,
.ext-aiassistant-prompt-composer__input:focus-within,
.ext-aiassistant-prompt-composer:focus-within .ext-aiassistant-prompt-composer__input {
border-color: #202122 !important;
outline-color: #202122 !important;
box-shadow: none !important;
}
/* 9. Send button: dark gray instead of blue when active */
.ext-aiassistant-prompt-composer__send:not(:disabled) {
background-color: #202122 !important;
border-color: #202122 !important;
color: #ffffff !important;
}
| |||