| @@ -307,7 +307,7 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d | |||
| color: #d8dee9; | |||
| } | |||
| .popupContent div div:nth-child(2) { | |||
| .popupContent:not(.popupMiddleCenterInner) div div:nth-child(2) { | |||
| background: #2e3440 !important; | |||
| border: solid 1px #46597c; | |||
| } | |||
| @@ -319,7 +319,7 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d | |||
| color: #D8DEE9; | |||
| } | |||
| .popupContent div div:nth-child(2) { | |||
| .popupContent:not(.popupMiddleCenterInner) div div:nth-child(2) { | |||
| background: #1B2B34 !important; | |||
| border: solid 1px #65737E; | |||
| } | |||
| @@ -257,7 +257,7 @@ table.rstheme_tabLayoutCenter, .rstudio-themes-flat .rstudio-themes-dark-grey .g | |||
| .popupContent { | |||
| background: $ui-completions-background; | |||
| color: $ui-completions-color; | |||
| & div div:nth-child(2) { | |||
| &:not(.popupMiddleCenterInner) div div:nth-child(2) { | |||
| background: $ui-completions-background !important; | |||
| border: solid 1px $ui-completions-border; | |||
| } | |||