| color: #d8dee9 !important; | color: #d8dee9 !important; | ||||
| } | } | ||||
| .popupMiddleCenter .item.item-selected, .menuPopupMiddleCenter .item.item-selected, .suggestPopupMiddleCenter .item.item-selected { | |||||
| color: #2e3440 !important; | |||||
| background: #d8dee9 !important; | |||||
| } | |||||
| .themedPopupPanel { | .themedPopupPanel { | ||||
| border: solid 1px #46597c; | border: solid 1px #46597c; | ||||
| } | } |
| color: #D8DEE9 !important; | color: #D8DEE9 !important; | ||||
| } | } | ||||
| .popupMiddleCenter .item.item-selected, .menuPopupMiddleCenter .item.item-selected, .suggestPopupMiddleCenter .item.item-selected { | |||||
| color: #1B2B34 !important; | |||||
| background: #D8DEE9 !important; | |||||
| } | |||||
| .themedPopupPanel { | .themedPopupPanel { | ||||
| border: solid 1px #4F5B66; | border: solid 1px #4F5B66; | ||||
| } | } |
| .popupMiddleCenter, .menuPopupMiddleCenter, .suggestPopupMiddleCenter { | .popupMiddleCenter, .menuPopupMiddleCenter, .suggestPopupMiddleCenter { | ||||
| background: $ui-completions-background !important; | background: $ui-completions-background !important; | ||||
| color: $ui-completions-color !important; | color: $ui-completions-color !important; | ||||
| .item.item-selected { | |||||
| color: $ui-completions-background !important; | |||||
| background: $ui-completions-color !important; | |||||
| } | |||||
| } | } | ||||
| .themedPopupPanel { | .themedPopupPanel { | ||||
| border: solid 1px $ui-completions-border; | border: solid 1px $ui-completions-border; |