Skip to content

Commit ae768df

Browse files
[style](ui): make Guide, Chat Advisor, Guide me cards fully opaque (owner request)
All three floating/modal cards (Guide/Panduan, Chat Advisor, Guide me/Pandu Saya) now use solid backgrounds instead of the semi-transparent glass effect. Overrides the .aa-glass transparency with background: var(--color-background-primary). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 0959096 commit ae768df

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,12 @@ html.light .aa-aurora {
840840
-webkit-backdrop-filter: none;
841841
background: var(--color-background-secondary);
842842
}
843+
/* Ensure modal cards are fully opaque, not transparent (owner request) */
844+
.aa-manual.aa-glass,
845+
.aa-chat-panel.aa-glass,
846+
.aa-cop-card.aa-glass {
847+
background: var(--color-background-primary) !important;
848+
}
843849

844850
/* ---- Modern badge system (Fase 1 polish) --------------------------------
845851
One recipe for every badge / complementary label: glass pill, accent-tinted
@@ -2755,6 +2761,7 @@ svg {
27552761
border-radius: var(--border-radius-xl);
27562762
overflow: hidden;
27572763
box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
2764+
background: var(--color-background-primary);
27582765
}
27592766
@media (max-width: 640px) {
27602767
.aa-chat-panel {
@@ -3065,6 +3072,7 @@ body.aa-cop-running .aa-steps {
30653072
border-radius: var(--border-radius-lg);
30663073
box-shadow: 0 16px 44px rgba(0, 0, 0, 0.4);
30673074
outline: none;
3075+
background: var(--color-background-primary);
30683076
/* Flex column: header + footer are pinned (flex:none), only the middle scrolls — no control or
30693077
text is ever clipped, on any viewport height. */
30703078
display: flex;

0 commit comments

Comments
 (0)