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

Apply datatables styling to light theme

base16
Garrick Aden-Buie 7 лет назад
Родитель
Сommit
158352f5a3
1 измененных файлов: 14 добавлений и 0 удалений
  1. +14
    -0
      src/rstudio/_rstudio-light.scss

+ 14
- 0
src/rstudio/_rstudio-light.scss Просмотреть файл

@@ -311,6 +311,20 @@ table.rstheme_tabLayoutCenter, .rstudio-themes-flat .rstudio-themes-default .gwt
}
}

/* Data Frame Preview */
.dataTables_wrapper thead th {
background: $ui-rstudio-tabs-selected !important;
color: $ui-rstudio-tabs-selected-color !important;
}
.dataTables_scrollBody table tbody td:first-child {
background: $ui-rstudio-tabs-selected !important;
color: $ui-rstudio-tabs-selected-color !important;
}
.dataTables_info {
background: $ui-rstudio-tabs-selected !important;
color: $ui-rstudio-tabs-selected-color !important;
}

/* scrollbars */
.rstudio-themes-flat .rstudio-themes-default .gwt-TabLayoutPanelTabs,
.rstudio-themes-flat .rstudio-themes-default .rstheme_minimizedWindowObject .rstheme_center,

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