MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 2,123:
.ext-aiassistant-body { background-color: #fff !important; }
.ext-aiassistant-footer {
border-top: 1px solid var(--line-light)none !important; /* the composer's own frame is the line here —
a footer border doubles it into a fake 2px */
background-color: #fff !important;
}
Line 2,151 ⟶ 2,152:
outline: none !important;
}
/* send button: flat ink circle, white arrow;, disabledSAME =in quietevery whitestate + thedisabled
included — like the Search button. The :disabled selectors must be
grey icon section 8 already sets */
restated at equal specificity to beat section 8's grey disabled icon. */
.ext-aiassistant-prompt-composer__send:not(:disabled) {
.ext-aiassistant-prompt-composer__send:disabled {,
.ext-aiassistant-prompt-composer__send:hover,
.ext-aiassistant-prompt-composer__send:focus,
.ext-aiassistant-prompt-composer__send:not(:disabled) {
background-color: var(--text-dark) !important;
border-color: var(--text-dark) !important;
}
.ext-aiassistant-prompt-composer__send:not(:disabled) .cdx-icon,
.ext-aiassistant-prompt-composer__send:not(:disabled) .cdx-icon svg {,
.ext-aiassistant-prompt-composer__send:disabled .cdx-icon svg {
color: #fff !important;
fill: #fff !important;
}
.ext-aiassistant-prompt-composer__send:disabled {
background-color: #fff !important;
border-color: #fff !important;
}
.ext-aiassistant-panel .cdx-button--weight-quiet:not(.cdx-button--icon-only)::before {