Просмотр исходного кода

Fix issue with help popup rule maching addins search box

light
Garrick Aden-Buie 7 лет назад
Родитель
Сommit
410e92c2d0
3 измененных файлов: 3 добавлений и 3 удалений
  1. +1
    -1
      rsthemes/nord-polar-night-aurora.rstheme
  2. +1
    -1
      rsthemes/oceanic-plus.rstheme
  3. +1
    -1
      rstudio/_rstudio-dark.scss

+ 1
- 1
rsthemes/nord-polar-night-aurora.rstheme Просмотреть файл

@@ -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;
}

+ 1
- 1
rsthemes/oceanic-plus.rstheme Просмотреть файл

@@ -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;
}

+ 1
- 1
rstudio/_rstudio-dark.scss Просмотреть файл

@@ -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;
}

Загрузка…
Отмена
Сохранить