MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,147:
margin: 0 !important;
box-shadow: 0 100px 0 #ffffff !important;▼
}
Line 1,187 ⟶ 1,183:
/* Optional: Add a subtle margin if it's too close to the text input */
margin-left: 4px !important;
}
/* ======================================================= */
/* 5. AI ASSISTANT VISUAL OVERRIDES (Borders & Shadows) */
/* ======================================================= */
/* 1. Main Panel: Dark Border, No Shadow */
.ext-aiassistant-panel {
border: 1px solid #202122 !important;
}
/* 2. Interior Lines (Header Bottom & Footer Top) */
.ext-aiassistant-header {
border-bottom: 1px solid #202122 !important;
}
.ext-aiassistant-footer {
border-top: 1px solid #202122 !important;
}
| |||