ソースを参照

Fix dataTables data frame preview tab for dark themes

base16
コミット
e43901e210
1個のファイルの変更14行の追加1行の削除
  1. +14
    -1
      src/rstudio/_rstudio-dark.scss

+ 14
- 1
src/rstudio/_rstudio-dark.scss ファイルの表示

@@ -303,12 +303,25 @@ table.rstheme_tabLayoutCenter, .rstudio-themes-flat .rstudio-themes-dark-grey .g
}
}

/* hacky toolbars section */
.rstudio-themes-flat .rstudio-themes-dark-grey {
div.windowframe > div:last-child > div > div > div > div > div:not(.gwt-TabLayoutPanelTabs) {
/* hacky toolbars section */
background: $ui-rstudio-tabs-inactive !important;
}
}
/* Data Frame Preview */
.dataTables_wrapper thead th {
background: darken($ui-rstudio-tabs-selected, 5%) !important;
color: $ui-rstudio-tabs-selected-color !important;
}
.dataTables_scrollBody table tbody td:first-child {
background: darken($ui-rstudio-tabs-selected, 5%) !important;
color: $ui-rstudio-tabs-selected-color !important;
}
.dataTables_info {
background: darken($ui-rstudio-tabs-selected, 5%) !important;
color: $ui-rstudio-tabs-selected-color !important;
}

/* scrollbars */
.rstudio-themes-flat .rstudio-themes-dark-grey .gwt-TabLayoutPanelTabs,

読み込み中…
キャンセル
保存