Skip to content

Commit

Permalink
style: modify the background color and hover color of TradingView's i…
Browse files Browse the repository at this point in the history
…ndicator. (#6415)
  • Loading branch information
huhuanming authored Dec 27, 2024
1 parent 9911757 commit dc3e420
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,15 @@ export const useTradingViewProps = ({
html.theme-dark .chart-page {
background: ${bgAppColor} !important;
}
html [data-name="indicators-dialog"] {
background: ${bgAppColor} !important;
}
html [id*="indicators_dialog_item"]:hover {
background-color: ${bgHoverColor} !important;
}
html [id*="indicators_dialog_item"]:focus {
background-color: ${bgHoverColor} !important;
}
#overlap-manager-root [class*="backdrop-"] {
background-color: ${bgBackdropColor} !important;
}
Expand Down

0 comments on commit dc3e420

Please sign in to comment.