| @@ -300,6 +300,11 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d | |||
| color: #d8dee9 !important; | |||
| } | |||
| .popupMiddleCenter .item.item-selected, .menuPopupMiddleCenter .item.item-selected, .suggestPopupMiddleCenter .item.item-selected { | |||
| color: #2e3440 !important; | |||
| background: #d8dee9 !important; | |||
| } | |||
| .themedPopupPanel { | |||
| border: solid 1px #46597c; | |||
| } | |||
| @@ -301,6 +301,11 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d | |||
| color: #D8DEE9 !important; | |||
| } | |||
| .popupMiddleCenter .item.item-selected, .menuPopupMiddleCenter .item.item-selected, .suggestPopupMiddleCenter .item.item-selected { | |||
| color: #1B2B34 !important; | |||
| background: #D8DEE9 !important; | |||
| } | |||
| .themedPopupPanel { | |||
| border: solid 1px #4F5B66; | |||
| } | |||
| @@ -252,6 +252,11 @@ table.rstheme_tabLayoutCenter, .rstudio-themes-flat .rstudio-themes-dark-grey .g | |||
| .popupMiddleCenter, .menuPopupMiddleCenter, .suggestPopupMiddleCenter { | |||
| background: $ui-completions-background !important; | |||
| color: $ui-completions-color !important; | |||
| .item.item-selected { | |||
| color: $ui-completions-background !important; | |||
| background: $ui-completions-color !important; | |||
| } | |||
| } | |||
| .themedPopupPanel { | |||
| border: solid 1px $ui-completions-border; | |||