mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix(frontend): fix highlighted in terminal is missing background color (#11981)
Co-authored-by: Chloe <chloe@openhands.com>
This commit is contained in:
parent
272a37d1b8
commit
853547be82
@ -318,8 +318,8 @@
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
/* Ensure all xterm elements have transparent backgrounds */
|
||||
.xterm * {
|
||||
/* Ensure all xterm DOM elements have transparent backgrounds. Exclude canvas elements */
|
||||
.xterm {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user