MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,427:
/* 7. AI ASSISTANT COLORS (Footer & Active Button) */
/* ======================================================= */
 
/* 1. Change Footer Background to Light Gray */
.ext-aiassistant-footer {
background-color: #EAECF0 !important;
}
 
/* 2. Change Active Send Button to Dark (#202122) */
Line 1,440 ⟶ 1,435:
border-color: #202122 !important;
color: #ffffff !important; /* Keep the arrow icon white */
}
 
/* Optional: Make it slightly darker (Pure Black) on hover/click */
.ext-aiassistant-send:not(:disabled):hover,
.ext-aiassistant-send:not(:disabled):active {
background-color: #000000 !important;
border-color: #000000 !important;
}