Skip to content

Commit 1c061f5

Browse files
Merge pull request #14759 from rhamilto/CONSOLE-4480
CONSOLE-4480: fix background color of Command Line Terminal tab
2 parents fda2cea + 003ca36 commit 1c061f5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/packages/webterminal-plugin/src/components/cloud-shell/MultiTabbedTerminal.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
position: relative;
55
height: 100%;
66
overflow: auto;
7+
8+
&.pf-v6-c-tab-content {
9+
background-color: var(--pf-t--global--background--color--primary--default) !important;
10+
}
711
}
812
}

0 commit comments

Comments
 (0)